diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-23 17:03:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-23 17:04:18 +0200 |
commit | 9f0ab89cf826c59df77a623ed747fe81b7083de3 (patch) | |
tree | def59dc93a65f58d661d9fe122b9d2ea01cc2a36 /dist | |
parent | unused parameter (diff) | |
download | libgamma-9f0ab89cf826c59df77a623ed747fe81b7083de3.tar.gz libgamma-9f0ab89cf826c59df77a623ed747fe81b7083de3.tar.bz2 libgamma-9f0ab89cf826c59df77a623ed747fe81b7083de3.tar.xz |
I always forget pkg-config is a dep
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 375f41d..ae86213 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -8,7 +8,7 @@ arch=(i686 x86_64) url="https://github.com/maandree/libgamma" license=('GPL3' 'custom:GFDL1.3') depends=(glibc libxcb libx11 libxxf86vm libdrm) -makedepends=(glibc libxcb libx11 libxxf86vm libdrm sh make grep sed coreutils gcc general-preprocessor python3 texinfo bash) +makedepends=(glibc libxcb libx11 libxxf86vm libdrm sh make grep sed coreutils gcc general-preprocessor python3 texinfo bash pkg-config) install=libgamma.install source=($url/archive/$pkgver.tar.gz) sha256sums=(59558978b632ff668633f211188c9e498dcd16390982ed16563eb337da6838eb) |