diff options
author | Mattias Andrée <maandree@kth.se> | 2020-08-29 05:40:26 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-08-29 05:40:26 +0200 |
commit | 9530ca05abb2b973b401964a6d2985c311cc347d (patch) | |
tree | b04d75c6de9216f821517d8fd4723aee2eca4f18 /cmdipc | |
parent | Update coopgammad (diff) | |
download | aur-packages-9530ca05abb2b973b401964a6d2985c311cc347d.tar.gz aur-packages-9530ca05abb2b973b401964a6d2985c311cc347d.tar.bz2 aur-packages-9530ca05abb2b973b401964a6d2985c311cc347d.tar.xz |
Update renamed dependency for cmdipc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'cmdipc')
-rw-r--r-- | cmdipc/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmdipc/PKGBUILD b/cmdipc/PKGBUILD index a9595f2..6c7dfcd 100644 --- a/cmdipc/PKGBUILD +++ b/cmdipc/PKGBUILD @@ -1,13 +1,13 @@ -# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> +# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se> pkgname=cmdipc pkgver=1.3 -pkgrel=2 +pkgrel=3 pkgdesc="System V and POSIX IPC from the command line" arch=(any) url="https://github.com/maandree/cmdipc" license=('GPL3' 'custom:GFDL1.3') -depends=(python3 python-posix_ipc python-sysv-ipc argparser-python) +depends=(python3 python-posix_ipc python-sysv_ipc argparser-python) makedepends=(make sed zip texinfo) install=cmdipc.install source=($url/archive/$pkgver.tar.gz) |