diff options
Diffstat (limited to 'extra/xfce4-dev-tools')
-rw-r--r-- | extra/xfce4-dev-tools/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/xfce4-dev-tools/PKGBUILD b/extra/xfce4-dev-tools/PKGBUILD index 7b47fcb20..4847b922a 100644 --- a/extra/xfce4-dev-tools/PKGBUILD +++ b/extra/xfce4-dev-tools/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 142012 2011-11-04 02:41:52Z eric $ +# $Id: PKGBUILD 153687 2012-03-17 20:59:01Z eric $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Tobias Kieslich <tobias funnychar archlinux.org> pkgname=xfce4-dev-tools -pkgver=4.9.0 -pkgrel=1.1 +pkgver=4.9.1 +pkgrel=1 pkgdesc="Xfce developer tools" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') @@ -12,7 +12,7 @@ url="http://www.xfce.org/" depends=('gtk-doc' 'automake' 'automake' 'make' 'intltool' 'pkg-config') options=('!libtool') source=(http://archive.xfce.org/src/xfce/xfce4-dev-tools/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('325047a072f5599ec7fda9f970c47091') +sha1sums=('ba309d1286a2be964613e3eb19b08e2aced97bcc') build() { cd "${srcdir}/${pkgname}-${pkgver}" |