aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/gexiv2/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/gexiv2/APKBUILD b/main/gexiv2/APKBUILD
index 7b92097907..8c30d1f04a 100644
--- a/main/gexiv2/APKBUILD
+++ b/main/gexiv2/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gexiv2
pkgver=0.10.3
-pkgrel=0
+pkgrel=1
pkgdesc="a GObject-based wrapper around the Exiv2 library"
-url="http://trac.yorba.org/wiki/gexiv://wiki.gnome.org/gexiv2"
+url="https://wiki.gnome.org/Projects/gexiv2"
arch="all"
license="GPL"
depends=
depends_dev="glib-dev exiv2-dev"
-makedepends="exiv2-dev glib-dev libtool m4 sed gobject-introspection-dev"
+makedepends="exiv2-dev glib-dev libtool m4 sed"
install=
subpackages="$pkgname-dev"
source="http://ftp.gnome.org/pub/gnome/sources/gexiv2/${pkgver%.*}/gexiv2-$pkgver.tar.xz"
@@ -31,7 +31,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
- --enable-introspection \
+ --disable-introspection \
|| return 1
make || return 1
}