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

Massimiliano Torromeo mtorromeo at archlinux.org
Thu Jan 7 10:09:28 UTC 2021


    Date: Thursday, January 7, 2021 @ 10:09:27
  Author: mtorromeo
Revision: 811538

archrelease: copy trunk to community-x86_64

Added:
  libmaxminddb/repos/community-x86_64/PKGBUILD
    (from rev 811537, libmaxminddb/trunk/PKGBUILD)
Deleted:
  libmaxminddb/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-07 10:09:21 UTC (rev 811537)
+++ PKGBUILD	2021-01-07 10:09:27 UTC (rev 811538)
@@ -1,43 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: frank AT apsu DOT be
-
-pkgname=(libmaxminddb mmdblookup)
-
-pkgver=1.4.3
-pkgrel=1
-pkgdesc="MaxMind GeoIP2 database - split package with library and utilities"
-license=('Apache')
-arch=('x86_64')
-url="https://dev.maxmind.com/geoip/geoip2/downloadable/"
-optdepends=('geoip2-database: IP geolocation databases')
-source=("https://github.com/maxmind/libmaxminddb/releases/download/$pkgver/libmaxminddb-$pkgver.tar.gz")
-sha256sums=('a5fdf6c7b4880fdc7620f8ace5bd5cbe9f65650c9493034b5b9fc7d83551a439')
-
-build() {
-	cd "$srcdir"/libmaxminddb-$pkgver
-	./configure --prefix=/usr
-	make
-}
-
-check() {
-	cd "$srcdir"/libmaxminddb-$pkgver
-	make check
-}
-
-package_libmaxminddb() {
-	pkgdesc="MaxMindDB GeoIP2 database library"
-	depends=('glibc')
-
-	cd "$srcdir"/libmaxminddb-$pkgver
-	make PREFIX=/usr DESTDIR="$pkgdir" install
-	rm -rf "$pkgdir"/usr/{bin,share/man/man1}
-}
-
-package_mmdblookup() {
-	pkgdesc="MaxMindDB GeoIP2 lookup utility"
-	depends=('libmaxminddb')
-
-	cd "$srcdir"/libmaxminddb-$pkgver
-	make PREFIX=/usr DESTDIR="$pkgdir" install
-	rm -rf "$pkgdir"/usr/{lib,include,share/man/man3}
-}

Copied: libmaxminddb/repos/community-x86_64/PKGBUILD (from rev 811537, libmaxminddb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-07 10:09:27 UTC (rev 811538)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: frank AT apsu DOT be
+
+pkgname=(libmaxminddb mmdblookup)
+
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="MaxMind GeoIP2 database - split package with library and utilities"
+license=('Apache')
+arch=('x86_64')
+url="https://dev.maxmind.com/geoip/geoip2/downloadable/"
+optdepends=('geoip2-database: IP geolocation databases')
+source=("https://github.com/maxmind/libmaxminddb/releases/download/$pkgver/libmaxminddb-$pkgver.tar.gz")
+sha256sums=('7c56e791ff2a655215e7ed3864b1ffdd7d34a38835779efed56a42f056bd58aa')
+
+build() {
+	cd "$srcdir"/libmaxminddb-$pkgver
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd "$srcdir"/libmaxminddb-$pkgver
+	make check
+}
+
+package_libmaxminddb() {
+	pkgdesc="MaxMindDB GeoIP2 database library"
+	depends=('glibc')
+
+	cd "$srcdir"/libmaxminddb-$pkgver
+	make PREFIX=/usr DESTDIR="$pkgdir" install
+	rm -rf "$pkgdir"/usr/{bin,share/man/man1}
+}
+
+package_mmdblookup() {
+	pkgdesc="MaxMindDB GeoIP2 lookup utility"
+	depends=('libmaxminddb')
+
+	cd "$srcdir"/libmaxminddb-$pkgver
+	make PREFIX=/usr DESTDIR="$pkgdir" install
+	rm -rf "$pkgdir"/usr/{lib,include,share/man/man3}
+}



More information about the arch-commits mailing list