summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar2015-03-19 17:00:32 -0700
committeryar2015-03-19 17:00:32 -0700
commitfde1dcba7155b35839b2f264cac259c88cba089e (patch)
tree9f513fcc5e505762ff126c4a51f6d2dbbf8d4a39
parent5ffc2e7f8f8e7228bb82d1e5c7979a0277d3159a (diff)
downloadaur-fde1dcba7155b35839b2f264cac259c88cba089e.tar.gz
replace empty md5sums with sha512sums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa9b5f19b52f..46e25598560a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = php-ssh-git
provides = php-ssh
conflicts = php-ssh
source = ssh2::git+https://github.com/yardenac/php-ssh2.git#commit=ddaa6a0
- md5sums = SKIP
+ sha512sums = SKIP
pkgname = php-ssh-git
diff --git a/PKGBUILD b/PKGBUILD
index 341f59f7c64a..36f715f54633 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ provides=('php-ssh')
conflicts=('php-ssh')
install=install
source=("ssh2::git+https://github.com/yardenac/php-ssh2.git#commit=ddaa6a0")
-md5sums=('SKIP')
+sha512sums=('SKIP')
pkgver() {
cd "${srcdir}/ssh2"