diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-10 14:34:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-10 14:34:16 +0000 |
commit | 2697a5397c0c7ea3582396c87edeb299439e5771 (patch) | |
tree | 74e6fec42ac2fa10cf377496d0e069c7b6b31d68 /main/gtk-doc/APKBUILD | |
parent | b547b547bbbad6de97bd7bb1b54b57c2e4b45a2a (diff) | |
download | aports-2697a5397c0c7ea3582396c87edeb299439e5771.tar.bz2 aports-2697a5397c0c7ea3582396c87edeb299439e5771.tar.xz |
main/gtk-doc: upgrade to 1.14
Diffstat (limited to 'main/gtk-doc/APKBUILD')
-rw-r--r-- | main/gtk-doc/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/gtk-doc/APKBUILD b/main/gtk-doc/APKBUILD index 9c86f49ccf..7b80401752 100644 --- a/main/gtk-doc/APKBUILD +++ b/main/gtk-doc/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gtk-doc -pkgver=1.13 +pkgver=1.14 pkgrel=0 pkgdesc="Documentation tool for public library API" url="http://www.gtk.org/gtk-doc/" license="GPL FDL" depends="docbook-xsl gnome-doc-utils perl pkgconfig" -makedepends="rarian-dev" +makedepends="rarian-dev py-libxml2 gettext" source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2" build() { @@ -20,4 +20,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="27940d6cd5c9dcda8fc003043d8c299a gtk-doc-1.13.tar.bz2" +md5sums="7aa8a1262c70692ebbdf33395fddd5c4 gtk-doc-1.14.tar.bz2" |