Date: Friday, April 30, 2021 @ 11:26:54
  Author: mtorromeo
Revision: 925345

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-04-30 11:26:47 UTC (rev 925344)
+++ PKGBUILD    2021-04-30 11:26:54 UTC (rev 925345)
@@ -1,43 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
-# Contributor: frank AT apsu DOT be
-
-pkgname=(libmaxminddb mmdblookup)
-
-pkgver=1.5.2
-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=('5237076d250a5f7c297e331c35a433eeaaf0dc205e070e4db353c9ba10f340a2')
-
-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 925344, 
libmaxminddb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-04-30 11:26:54 UTC (rev 925345)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
+# Contributor: frank AT apsu DOT be
+
+pkgname=(libmaxminddb mmdblookup)
+
+pkgver=1.6.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=('7620ac187c591ce21bcd7bf352376a3c56a933e684558a1f6bef4bd4f3f98267')
+
+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}
+}

Reply via email to