summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-07-17 00:23:39 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-07-17 00:23:39 (GMT)
commit9331f11147c593cc974775b815fa54eb11d50285 (patch)
tree7358076145028b79ad4a3b10e1a60b5809680337
parent3698a81e6ee0eabe93b63fedd2dfb48221550cb9 (diff)
downloadlinhes_pkgbuild-9331f11147c593cc974775b815fa54eb11d50285.zip
linhes_pkgbuild-9331f11147c593cc974775b815fa54eb11d50285.tar.gz
linhes_pkgbuild-9331f11147c593cc974775b815fa54eb11d50285.tar.bz2
gtk-doc: update to 1.15.0 ref 647
-rw-r--r--abs/extra-testing/gtk-doc/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/gtk-doc/PKGBUILD b/abs/extra-testing/gtk-doc/PKGBUILD
index 6bbbb94..3b07565 100644
--- a/abs/extra-testing/gtk-doc/PKGBUILD
+++ b/abs/extra-testing/gtk-doc/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: dorphell <dorphell@archlinux.org>
pkgname=gtk-doc
-pkgver=1.10
+pkgver=1.15
pkgrel=1
options=('docs')
pkgdesc="Used to document the public API of libraries"
@@ -13,7 +13,6 @@ makedepends=('pkgconfig' 'jade')
install=gtk-doc.install
url="http://www.gtk.org/gtk-doc/"
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('cbd4be396b0cf8b8ce1fc9b927cdf451')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
@@ -21,3 +20,4 @@ build() {
make || return 1
make DESTDIR=${startdir}/pkg install || return 1
}
+md5sums=('c022788b1fbbec30d55df4ccb34eeb90')