aboutsummaryrefslogtreecommitdiffstats
path: root/setpgrp/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-09-18 10:19:50 +0200
committerMattias Andrée <maandree@kth.se>2021-09-18 10:19:50 +0200
commitc468c4a8c7ae55ca9e40b92b6e1fceaf17d06c13 (patch)
treebb3cce31aff5b13a6198d75eaa9136f763a4c078 /setpgrp/PKGBUILD
parentAdd editasroot (diff)
downloadaur-packages-c468c4a8c7ae55ca9e40b92b6e1fceaf17d06c13.tar.gz
aur-packages-c468c4a8c7ae55ca9e40b92b6e1fceaf17d06c13.tar.bz2
aur-packages-c468c4a8c7ae55ca9e40b92b6e1fceaf17d06c13.tar.xz
Update packages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'setpgrp/PKGBUILD')
-rw-r--r--setpgrp/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/setpgrp/PKGBUILD b/setpgrp/PKGBUILD
index dd057ee..8dc6804 100644
--- a/setpgrp/PKGBUILD
+++ b/setpgrp/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se>
pkgname=setpgrp
-pkgver=2.1
+pkgver=2.1.1
pkgrel=1
pkgdesc="Commands providing access to the setpgrp and getpgrp system calls"
arch=(i686 x86_64)
@@ -10,7 +10,7 @@ license=('custom:ISC')
depends=()
makedepends=()
source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=(c6511283fd46bfee856f26dcf114994486ef2c6467ef673d72ad78c3f5a49739)
+sha256sums=(8d5a9bd824de6054a81642c351b659fd25fb5e7ab392e98859c709186095743c)
build() {
cd "$srcdir/$pkgname-$pkgver"