[arch-commits] Commit in redis/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Wed Oct 26 17:10:22 UTC 2016
Date: Wednesday, October 26, 2016 @ 17:10:21
Author: spupykin
Revision: 193718
upgpkg: redis 3.2.5-1
upd
Modified:
redis/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-26 16:32:01 UTC (rev 193717)
+++ PKGBUILD 2016-10-26 17:10:21 UTC (rev 193718)
@@ -5,7 +5,7 @@
# Contributor: nofxx <x@<nick>.com>
pkgname=redis
-pkgver=3.2.4
+pkgver=3.2.5
pkgrel=1
pkgdesc='Advanced key-value store'
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
redis.logrotate
redis.conf-sane-defaults.patch
redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('2f8b49e8004fbbfc807ca7f5faeabec8'
+md5sums=('d3d2b4dd4b2a3e07ee6f63c526b66b08'
'afa0f4a9000c26c3323e83fe34883e23'
'9e2d75b7a9dc421122d673fe520ef17f'
'bdb0faad84d0931b7ed202a0a7baff84'
@@ -29,7 +29,7 @@
prepare() {
cd $pkgname-$pkgver
patch -p1 -i ../redis.conf-sane-defaults.patch
- patch -p1 -i ../redis-2.8.11-use-system-jemalloc.patch
+# patch -p1 -i ../redis-2.8.11-use-system-jemalloc.patch
}
build() {
More information about the arch-commits
mailing list