summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas2015-08-05 18:16:56 -0500
committerMario Rodas2015-08-05 18:16:56 -0500
commit5bd633dd0795301d189116241fb56fe8a06d2d56 (patch)
tree0c9e6d4ada5897243bfff083f911d967fbffa98d
parentdb39eaa3fad353badf22afa243f8dc8d1fc13f28 (diff)
downloadaur-5bd633dd0795301d189116241fb56fe8a06d2d56.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbcea3a16a04..a1097e03478e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = libmaxminddb-git
pkgdesc = C library for the MaxMind DB file format
- pkgver = r869.cbae1a2
+ pkgver = r959.00316fe
pkgrel = 1
- url = https://github.com/maxmind/libmaxminddb
+ url = https://maxmind.github.io/libmaxminddb/
arch = i686
arch = x86_64
- license = GPL
+ license = Apache
makedepends = git
depends = glibc
+ provides = libmaxminddb
options = !libtool
source = libmaxminddb::git+https://github.com/maxmind/libmaxminddb.git
source = libtap::git+https://github.com/zorgnax/libtap.git
diff --git a/PKGBUILD b/PKGBUILD
index 948c0c17e72b..17e58a45500f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgver=r959.00316fe
pkgrel=1
pkgdesc="C library for the MaxMind DB file format"
arch=('i686' 'x86_64')
-url="https://github.com/maxmind/libmaxminddb"
-license=('GPL')
+url='https://maxmind.github.io/libmaxminddb/'
+license=('Apache')
depends=('glibc')
makedepends=('git')
conflicts=()