Date: Saturday, October 1, 2022 @ 17:24:05
Author: mtorromeo
Revision: 1320159
archrelease: copy trunk to community-x86_64
Added:
libmaxminddb/repos/community-x86_64/PKGBUILD
(from rev 1320158, libmaxminddb/trunk/PKGBUILD)
Deleted:
libmaxminddb/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-01 17:23:58 UTC (rev 1320158)
+++ PKGBUILD 2022-10-01 17:24:05 UTC (rev 1320159)
@@ -1,44 +0,0 @@
-# Maintainer: Massimiliano Torromeo <[email protected]>
-# Contributor: frank AT apsu DOT be
-
-pkgname=(libmaxminddb mmdblookup)
-
-pkgver=1.6.0
-pkgrel=3
-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')
-options=('debug')
-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}
-}
Copied: libmaxminddb/repos/community-x86_64/PKGBUILD (from rev 1320158,
libmaxminddb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-01 17:24:05 UTC (rev 1320159)
@@ -0,0 +1,44 @@
+# Maintainer: Massimiliano Torromeo <[email protected]>
+# Contributor: frank AT apsu DOT be
+
+pkgname=(libmaxminddb mmdblookup)
+
+pkgver=1.7.1
+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')
+options=('debug')
+source=("https://github.com/maxmind/libmaxminddb/releases/download/$pkgver/libmaxminddb-$pkgver.tar.gz")
+sha256sums=('e8414f0dedcecbc1f6c31cb65cd81650952ab0677a4d8c49cab603b3b8fb083e')
+
+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}
+}