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

Antonio Rojas arojas at archlinux.org
Mon Mar 30 18:28:11 UTC 2020


    Date: Monday, March 30, 2020 @ 18:28:10
  Author: arojas
Revision: 607108

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-30 18:26:23 UTC (rev 607107)
+++ PKGBUILD	2020-03-30 18:28:10 UTC (rev 607108)
@@ -1,31 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: Vladimir Tsanev <tsachev at gmail.com>
-
-pkgname=hiredis
-pkgver=0.14.0
-pkgrel=1
-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=('042f965e182b80693015839a9d0278ae73fae5d5d09d8bf6d0e6a39a8c4393bd')
-
-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 607107, hiredis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-30 18:28:10 UTC (rev 607108)
@@ -0,0 +1,31 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Vladimir Tsanev <tsachev at gmail.com>
+
+pkgname=hiredis
+pkgver=0.14.1
+pkgrel=1
+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=('2663b2aed9fd430507e30fc5e63274ee40cdd1a296026e22eafd7d99b01c8913')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $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