Date: Monday, August 10, 2020 @ 08:22:59
  Author: mtorromeo
Revision: 673461

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-08-10 08:22:53 UTC (rev 673460)
+++ PKGBUILD    2020-08-10 08:22:59 UTC (rev 673461)
@@ -1,43 +0,0 @@
-# Maintainer: Massimiliano Torromeo <[email protected]>
-# Contributor: frank AT apsu DOT be
-
-pkgname=(libmaxminddb mmdblookup)
-
-pkgver=1.4.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=('dd582aa971be23dee960ec33c67fb5fd38affba508e6f00ea75959dbd5aad156')
-
-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 673460, 
libmaxminddb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-08-10 08:22:59 UTC (rev 673461)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo <[email protected]>
+# 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}
+}

Reply via email to