From 530e6e88786befa5d1bcd569e480f1b9fec5b102 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 20 Jun 2012 00:01:41 +0000 Subject: Wed Jun 20 00:01:41 UTC 2012 --- community/geany/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'community/geany/PKGBUILD') diff --git a/community/geany/PKGBUILD b/community/geany/PKGBUILD index 017d718b2..cfce909ce 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 # Contributor: Angel Velasquez # Contributor: Ionut Biru # Contributor: William Rea # Contributor: Allan McRae + pkgname=geany -pkgver=0.21 -pkgrel=2 +pkgver=1.22 +pkgrel=1 pkgdesc="Fast and lightweight IDE" arch=('x86_64' 'i686') 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" -- cgit v1.2.3-54-g00ecf