diff options
Diffstat (limited to 'pcr/pdsh')
-rw-r--r-- | pcr/pdsh/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcr/pdsh/PKGBUILD b/pcr/pdsh/PKGBUILD index 86bf8c987..68bfaa22a 100644 --- a/pcr/pdsh/PKGBUILD +++ b/pcr/pdsh/PKGBUILD @@ -13,6 +13,7 @@ depends=('glibc' 'openssh' 'readline') optdepends=('perl: required by the dshbak utility') options=('libtool') source=("http://pdsh.googlecode.com/files/$pkgname-$pkgver.tar.bz2") +md5sums=('e3512d03e491de6f1a735ab0ff702108') build() { cd "${srcdir}/${pkgname}-${pkgver}" |