summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Vorotnikov2016-07-16 02:08:15 +0300
committerArtem Vorotnikov2016-07-16 02:08:15 +0300
commit4a475f9685b855f494785e79571e1050f6f64589 (patch)
treeedf14149bf1bb98fc31846585f7d9ee122cd42c1
parentbb88bd3c59d3268558281d23c920583e88fffe77 (diff)
downloadaur-4a475f9685b855f494785e79571e1050f6f64589.tar.gz
Enable documentation
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7eb40b66ff86..0bcfb0b54ffe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Jul 15 03:32:51 UTC 2016
+# Fri Jul 15 23:07:41 UTC 2016
pkgbase = geoip-gobject-git
pkgdesc = GObject wrapper for MaxMind's GeoIP C API
pkgver = r1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/skybon/geoip-gobject
arch = i686
arch = x86_64
license = LGPL
makedepends = gobject-introspection
+ makedepends = gtk-doc
depends = glib2
depends = geoip
source = git+https://github.com/skybon/geoip-gobject.git
diff --git a/PKGBUILD b/PKGBUILD
index 8ac77fa45869..24f809886f0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
_pkgname=geoip-gobject
pkgname=$_pkgname-git
pkgver=r1
-pkgrel=1
+pkgrel=2
pkgdesc="GObject wrapper for MaxMind's GeoIP C API"
arch=('i686' 'x86_64')
license=('LGPL')
-makedepends=('gobject-introspection')
+makedepends=('gobject-introspection' 'gtk-doc')
depends=('glib2' 'geoip')
url="https://github.com/skybon/geoip-gobject"
source=('git+https://github.com/skybon/geoip-gobject.git')
@@ -22,7 +22,7 @@ pkgver() {
build() {
cd "$srcdir/$_pkgname"
autoreconf --install
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-gtk-doc
make
}