diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-06-20 09:17:42 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-06-20 09:17:42 +0200 |
commit | 200f01be5982c89e1687f033eeb2516367f92d6f (patch) | |
tree | 1a6e136f7fd568a0a1ea745759d6e671c7480d9c /community/geany/PKGBUILD | |
parent | dbcbecee7567515b70b8ecbe9830a722b7c26f7c (diff) | |
parent | 530e6e88786befa5d1bcd569e480f1b9fec5b102 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/nginx/PKGBUILD
community/remmina/PKGBUILD
extra/doxygen/PKGBUILD
kde-unstable/libkgapi/PKGBUILD
testing/psmisc/PKGBUILD
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" |