diff options
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 0aa9afe..c8e3541 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -2,12 +2,12 @@ pkgname=setpgrp pkgver=1 -pkgrel=1 +pkgrel=2 pkgdesc="Commands providing access to the setpgrp and getpgrp system calls" arch=(i686 x86_64) url="https://github.com/maandree/setpgrp" license=('GPL3') -depends=(gcc glibc) +depends=(glibc) makedepends=(make coreutils gcc glibc) source=($url/archive/$pkgver.tar.gz) sha256sums=(d058c523e26390851afb309cfa5293ed83df04440506275981615b23cb7ef886) |