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

Massimiliano Torromeo mtorromeo at archlinux.org
Tue May 26 13:13:15 UTC 2015


    Date: Tuesday, May 26, 2015 @ 15:13:14
  Author: mtorromeo
Revision: 134161

upgpkg: hiredis 0.13.1-1

Updated to 0.13.1 and fixed FS#45063

Modified:
  hiredis/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-26 12:17:16 UTC (rev 134160)
+++ PKGBUILD	2015-05-26 13:13:14 UTC (rev 134161)
@@ -3,7 +3,7 @@
 # Contributor: Vladimir Tsanev <tsachev at gmail.com>
 
 pkgname=hiredis
-pkgver=0.12.1
+pkgver=0.13.1
 pkgrel=1
 pkgdesc='Minimalistic C client library for Redis'
 arch=('x86_64' 'i686')
@@ -11,12 +11,12 @@
 license=('BSD')
 depends=('glibc')
 checkdepends=('redis')
-source=(hiredis-$pkgver.tar.gz::https://github.com/redis/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('194df55484a506e921da784913a07fbda86e2608b5aabd1ffe9bb1de330099a8')
+source=(https://github.com/redis/$pkgname/archive/v$pkgver/hiredis-$pkgver.tar.gz)
+sha256sums=('8865105e15331156a74b64aafbfd3f8c784a8375e003a55512dcca3d82168487')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver
-  make
+  make PREFIX=/usr
 }
 
 check() {
@@ -27,7 +27,7 @@
 
 package() {
   cd "$srcdir"/$pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr install
+  make DESTDIR="$pkgdir" PREFIX=/usr install
 
   install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
 }



More information about the arch-commits mailing list