diff options
Diffstat (limited to 'extra/anjuta/PKGBUILD')
-rw-r--r-- | extra/anjuta/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/anjuta/PKGBUILD b/extra/anjuta/PKGBUILD index e161588d0..1512f33b7 100644 --- a/extra/anjuta/PKGBUILD +++ b/extra/anjuta/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 124683 2011-05-23 21:00:48Z ibiru $ +# $Id: PKGBUILD 127476 2011-06-15 14:46:47Z ibiru $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Harley Laue <losinggeneration@yahoo.com> pkgname=anjuta -pkgver=3.0.2.0 +pkgver=3.0.3.0 pkgrel=1 pkgdesc="GNOME Integrated Development Environment (IDE)" arch=('i686' 'x86_64' 'mips64el') @@ -14,9 +14,9 @@ depends=('vte3' 'gdl' 'autogen' 'devhelp' 'gtksourceview3' 'glade' 'libgda' makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection') url="http://anjuta.sourceforge.net/" install=anjuta.install -source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*.*}/${pkgname}-${pkgver}.tar.bz2) +source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*.*}/${pkgname}-${pkgver}.tar.xz) options=('!libtool' '!emptydirs') -sha256sums=('5dce2cf455f9feeea31aea6bce5bae1dbd35793ba8c8009675608dae4d67bac0') +sha256sums=('1615e7a86602fd4d775e8a7d4701260a80caeb8758559197574ccb27a3339368') build() { cd "${srcdir}/anjuta-${pkgver}" |