summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThore Boedecker2017-05-10 15:57:58 +0200
committerThore Boedecker2017-05-10 15:57:58 +0200
commita1ebc1ad0b28a3bb5ed96684776dd06820b5e665 (patch)
tree1df0e6cd028ac0dc3c93f4cc6b3cb67ce5c4fdba /PKGBUILD
parent3eaec37577c361a65f0421c1f1be8fc8c975c7c3 (diff)
downloadaur-a1ebc1ad0b28a3bb5ed96684776dd06820b5e665.tar.gz
switch to more secure checksums for future builds
currently this package builds a specific git commit as it contains numerous fixes. Signed-off-by: Thore Boedecker <me@foxxx0.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8463f583623a..8b641aefaf87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ checkdepends=('memcached')
backup=('etc/php56/conf.d/memcache.ini')
#source=(https://pecl.php.net/get/memcache-${pkgver}.tgz)
source=("git+https://github.com/websupport-sk/pecl-memcache.git#commit=$_commit")
-sha256sums=('SKIP')
+sha512sums=('SKIP')
CFLAGS+=' -std=gnu89'