summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2015-11-02 15:06:04 +0100
committerHyacinthe Cartiaux2015-11-02 15:06:04 +0100
commit1b315317cc757c2fd9afc0e59fcab92cb64fa8ff (patch)
treede23219da7d4d62bb6bbed92cea13a41aaebcd96
parent3f6c29eb4be5df960b5ea05f8644794a19df185d (diff)
downloadaur-1b315317cc757c2fd9afc0e59fcab92cb64fa8ff.tar.gz
Use sha256 instead of md5 sums
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2036fdaa2a17..6e06a34b6667 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Nov 2 14:06:02 UTC 2015
pkgbase = pdsh-genders
pkgdesc = Parallel Distributed Shell
pkgver = 2.29
- pkgrel = 1
+ pkgrel = 2
url = http://code.google.com/p/pdsh/
arch = i686
arch = x86_64
@@ -15,7 +17,7 @@ pkgbase = pdsh-genders
conflicts = pdsh
options = libtool
source = http://pdsh.googlecode.com/files/pdsh-2.29.tar.bz2
- md5sums = e3512d03e491de6f1a735ab0ff702108
+ sha256sums = 57f0903bf782afe00874267b59e0f4adefa79da4c48d0257c5ae2bef02f87fcf
pkgname = pdsh-genders
diff --git a/PKGBUILD b/PKGBUILD
index e89cfd6b33f1..948d60aed486 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pdsh-genders
pkgver=2.29
-pkgrel=1
+pkgrel=2
pkgdesc='Parallel Distributed Shell'
url='http://code.google.com/p/pdsh/'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ options=('libtool')
source=("http://pdsh.googlecode.com/files/pdsh-${pkgver}.tar.bz2")
conflicts=('pdsh')
provides=('pdsh')
-md5sums=('e3512d03e491de6f1a735ab0ff702108')
+sha256sums=('57f0903bf782afe00874267b59e0f4adefa79da4c48d0257c5ae2bef02f87fcf')
build() {
cd "${srcdir}/pdsh-${pkgver}"