[arch-commits] Commit in hiredis/repos/community-x86_64 (PKGBUILD PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Thu May 31 08:22:05 UTC 2018


    Date: Thursday, May 31, 2018 @ 08:22:05
  Author: mtorromeo
Revision: 334602

archrelease: copy trunk to community-x86_64

Added:
  hiredis/repos/community-x86_64/PKGBUILD
    (from rev 334601, hiredis/trunk/PKGBUILD)
Deleted:
  hiredis/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 08:21:58 UTC (rev 334601)
+++ PKGBUILD	2018-05-31 08:22:05 UTC (rev 334602)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: Vladimir Tsanev <tsachev at gmail.com>
-
-pkgname=hiredis
-pkgver=0.13.3
-pkgrel=1
-pkgdesc='Minimalistic C client library for Redis'
-arch=('x86_64' 'i686')
-url="https://github.com/redis/hiredis/"
-license=('BSD')
-depends=('glibc')
-checkdepends=('redis')
-source=(https://github.com/redis/$pkgname/archive/v$pkgver/hiredis-$pkgver.tar.gz)
-sha256sums=('717e6fc8dc2819bef522deaca516de9e51b9dfa68fe393b7db5c3b6079196f78')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-
-  install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: hiredis/repos/community-x86_64/PKGBUILD (from rev 334601, hiredis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 08:22:05 UTC (rev 334602)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Vladimir Tsanev <tsachev at gmail.com>
+
+pkgname=hiredis
+pkgver=0.13.3
+pkgrel=2
+pkgdesc='Minimalistic C client library for Redis'
+arch=('x86_64')
+url="https://github.com/redis/hiredis/"
+license=('BSD')
+depends=('glibc')
+checkdepends=('redis')
+source=(https://github.com/redis/$pkgname/archive/v$pkgver/hiredis-$pkgver.tar.gz)
+sha256sums=('717e6fc8dc2819bef522deaca516de9e51b9dfa68fe393b7db5c3b6079196f78')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+
+  install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list