aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-18 22:02:51 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-18 22:02:51 +0200
commit35e7cc54ec02527d01a59c1f5386cf473228d4c2 (patch)
treeca56fb244b97021abbbf7757697cf942159cc909
parentdist (diff)
downloadsetpgrp-35e7cc54ec02527d01a59c1f5386cf473228d4c2.tar.gz
setpgrp-35e7cc54ec02527d01a59c1f5386cf473228d4c2.tar.bz2
setpgrp-35e7cc54ec02527d01a59c1f5386cf473228d4c2.tar.xz
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--dist/archlinux/stable/PKGBUILD4
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)