diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-03-13 13:14:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-03-13 17:15:34 +0000 |
commit | a88bd3f5c1475def276e289c086e2a85fb6abd00 (patch) | |
tree | 120e1819611ca34d38b0c8257ade1ffd4472636a /community | |
parent | ad429e4f6f97a41ebd98baa7d3ef973e081c55f7 (diff) | |
download | aports-a88bd3f5c1475def276e289c086e2a85fb6abd00.tar.bz2 aports-a88bd3f5c1475def276e289c086e2a85fb6abd00.tar.xz |
community/pdsh: rebuild against readline 8
Diffstat (limited to 'community')
-rw-r--r-- | community/pdsh/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pdsh/APKBUILD b/community/pdsh/APKBUILD index eeb4f2f28a..5ef04fab81 100644 --- a/community/pdsh/APKBUILD +++ b/community/pdsh/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=pdsh pkgver=2.33 -pkgrel=1 +pkgrel=2 pkgdesc="A high performance, parallel remote shell utility" url="https://github.com/chaos/pdsh" arch="all" |