[arch-commits] Commit in sparsehash/repos/community-any (PKGBUILD PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Fri Sep 11 16:03:08 UTC 2020


    Date: Friday, September 11, 2020 @ 16:03:08
  Author: mtorromeo
Revision: 702811

archrelease: copy trunk to community-any

Added:
  sparsehash/repos/community-any/PKGBUILD
    (from rev 702810, sparsehash/trunk/PKGBUILD)
Deleted:
  sparsehash/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-11 16:03:03 UTC (rev 702810)
+++ PKGBUILD	2020-09-11 16:03:08 UTC (rev 702811)
@@ -1,23 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=sparsehash
-pkgver=2.0.3
-pkgrel=3
-pkgdesc="Library that contains several hash-map implementations, including implementations that optimize for space or speed."
-arch=("any")
-url="https://github.com/sparsehash/sparsehash"
-license=('BSD')
-source=("https://github.com/sparsehash/sparsehash/archive/sparsehash-$pkgver.tar.gz")
-sha256sums=('05e986a5c7327796dad742182b2d10805a8d4f511ad090da0490f146c1ff7a8c')
-
-build() {
-	cd "$srcdir"/sparsehash-sparsehash-$pkgver
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "$srcdir"/sparsehash-sparsehash-$pkgver
-	make DESTDIR="$pkgdir/" install
-	install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: sparsehash/repos/community-any/PKGBUILD (from rev 702810, sparsehash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-11 16:03:08 UTC (rev 702811)
@@ -0,0 +1,23 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=sparsehash
+pkgver=2.0.4
+pkgrel=1
+pkgdesc="Library that contains several hash-map implementations, including implementations that optimize for space or speed."
+arch=("any")
+url="https://github.com/sparsehash/sparsehash"
+license=('BSD')
+source=("https://github.com/sparsehash/sparsehash/archive/sparsehash-$pkgver.tar.gz")
+sha256sums=('8cd1a95827dfd8270927894eb77f62b4087735cbede953884647f16c521c7e58')
+
+build() {
+	cd "$srcdir"/sparsehash-sparsehash-$pkgver
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$srcdir"/sparsehash-sparsehash-$pkgver
+	make DESTDIR="$pkgdir/" install
+	install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list