diff options
Diffstat (limited to 'community/geany/PKGBUILD')
-rw-r--r-- | community/geany/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/geany/PKGBUILD b/community/geany/PKGBUILD index 509b0be3a..e132fcdad 100644 --- a/community/geany/PKGBUILD +++ b/community/geany/PKGBUILD @@ -1,12 +1,13 @@ -# $Id: PKGBUILD 57809 2011-11-03 09:42:30Z arodseth $ +# $Id: PKGBUILD 72665 2012-06-18 19:58:17Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Ionut Biru <ibiru@archlinux.ro> # Contributor: William Rea <sillywilly@gmail.com> # Contributor: Allan McRae <mcrae_allan@hotmail.com> + pkgname=geany -pkgver=0.21 -pkgrel=2 +pkgver=1.22 +pkgrel=1 pkgdesc="Fast and lightweight IDE" arch=('i686' 'x86_64' 'mips64el') url="http://www.geany.org/" @@ -15,9 +16,9 @@ depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils' 'python2') makedepends=('perlxml' 'intltool') optdepends=("vte: for terminal support") install=geany.install -source=("http://download.geany.org/$pkgname-$pkgver.tar.gz") +source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2") options=('!libtool') -md5sums=('d2734776badc3f5f9a778814ed56fb8a') +sha256sums=('901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e') build() { cd "$srcdir/$pkgname-$pkgver" |