author | Alexander Rødseth
<xyproto@archlinux.org> 2015-11-22 19:40:22 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2015-11-22 19:40:22 UTC |
parent | 5e7bb173a4a79d22222598114d344ee02b6ede17 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 68f84c4..7aa6892 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Allan McRae <mcrae_allan@hotmail.com> pkgname=geany -pkgver=1.25 +pkgver=1.26 pkgrel=1 pkgdesc='Fast and lightweight IDE' arch=('x86_64' 'i686') @@ -18,7 +18,7 @@ optdepends=('geany-plugins: various extra features' 'python2') install="$pkgname.install" source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2") -sha256sums=('8ee41da28cead8c94d433e616d7ababa81727c63e9196ca6758ade3af14a49ef') +sha256sums=('e38530e87c577e1e9806be3b40e08fb9ee321eb1abc6361ddacdad89c825f90d') prepare() { cd "$pkgname-$pkgver" @@ -44,5 +44,5 @@ package() { make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install } -# getver: geany.org/Download/Releases +# getver: -u 7 geany.org/Documentation/ReleaseNotes # vim:set ts=2 sw=2 et: