summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas2015-08-05 18:10:25 -0500
committerMario Rodas2015-08-05 18:10:25 -0500
commitdb39eaa3fad353badf22afa243f8dc8d1fc13f28 (patch)
treef3755dbf5d7658b2984f8fd033724563dff1c16c
parent7ef3c5db8eefbcaff305c5ae6d004950e128d0b5 (diff)
downloadaur-db39eaa3fad353badf22afa243f8dc8d1fc13f28.tar.gz
Add `libmaxminddb` to provides array
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c7f9b559de7..948c0c17e72b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libmaxminddb-git
_gitname=libmaxminddb
-pkgver=r869.cbae1a2
+pkgver=r959.00316fe
pkgrel=1
pkgdesc="C library for the MaxMind DB file format"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('glibc')
makedepends=('git')
conflicts=()
options=('!libtool')
-provides=()
+provides=('libmaxminddb')
source=("$_gitname::git+https://github.com/maxmind/libmaxminddb.git"
'libtap::git+https://github.com/zorgnax/libtap.git'
'MaxMind-DB::git+https://github.com/maxmind/MaxMind-DB.git')
@@ -51,3 +51,7 @@ package() {
cd "$srcdir/$_gitname"
make PREFIX=/usr DESTDIR="$pkgdir" install
}
+
+# Local Variables:
+# compile-command: "makepkg -sm && mksrcinfo"
+# End: