author | Alexander Rødseth
<xyproto@archlinux.org> 2016-03-13 21:41:25 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2016-03-13 21:41:25 UTC |
parent | a281873f133c6bbad78e6f598b2e6ba9a5617707 |
PKGBUILD | +5 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index 0305601..871929b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ -# Maintainer: Alexander Rødseth <rodseth@gmail.com> +# Maintainer: Alexander F Rødseth <xyproto@archlinux.org> # 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=1.26 -pkgrel=3 +pkgver=1.27 +pkgrel=1 pkgdesc='Fast and lightweight IDE' arch=('x86_64' 'i686') url='http://www.geany.org/' @@ -18,7 +18,7 @@ optdepends=('geany-plugins: various extra features' 'python2') install="$pkgname.install" source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2") -sha256sums=('e38530e87c577e1e9806be3b40e08fb9ee321eb1abc6361ddacdad89c825f90d') +sha256sums=('846ff699a5944c5c3c068ae0199d4c13946a668bfc6d03f8c79765667c20cadf') prepare() { cd "$pkgname-$pkgver" @@ -41,5 +41,5 @@ package() { make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install } -# getver: -u 7 geany.org/Documentation/ReleaseNotes +# getver: geany.org/Documentation/ChangeLog # vim:set ts=2 sw=2 et: