[arch-commits] Commit in redis/trunk (PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jan 29 14:03:07 UTC 2013


    Date: Tuesday, January 29, 2013 @ 15:03:07
  Author: spupykin
Revision: 83320

upgpkg: redis 2.6.8-2

upd

Modified:
  redis/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-29 14:02:51 UTC (rev 83319)
+++ PKGBUILD	2013-01-29 14:03:07 UTC (rev 83320)
@@ -5,7 +5,7 @@
 
 pkgname=redis
 pkgver=2.6.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced key-value store"
 arch=('i686' 'x86_64')
 url="http://redis.io/"
@@ -26,6 +26,7 @@
 build() {
   cd "$srcdir/${pkgname}-${pkgver}"
   make MALLOC=libc
+  sed -i 's|# bind 127.0.0.1|bind 127.0.0.1|' redis.conf
 }
 
 package() {




More information about the arch-commits mailing list