diff options
Diffstat (limited to 'abs/extra/gtk-doc')
-rw-r--r-- | abs/extra/gtk-doc/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/gtk-doc/PKGBUILD b/abs/extra/gtk-doc/PKGBUILD index 6bbbb94..3b07565 100644 --- a/abs/extra/gtk-doc/PKGBUILD +++ b/abs/extra/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') |