author | Alexander Rødseth
<xyproto@archlinux.org> 2016-11-14 21:54:50 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2016-11-14 21:54:50 UTC |
parent | f4552bc667ff1436896a4c60920aad692f6c8bba |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 3a8694d..4a501ea 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Allan McRae <mcrae_allan@hotmail.com> pkgname=geany -pkgver=1.28 +pkgver=1.29 pkgrel=1 pkgdesc='Fast and lightweight IDE' arch=('x86_64' 'i686') @@ -17,7 +17,7 @@ optdepends=('geany-plugins: various extra features' 'vte: terminal support' 'python2') source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2") -sha256sums=('f73a3708f1a26e9bf72da564d5037d6f7fedca2e0d6175db0681c2b672100a5a') +sha256sums=('394307596bc908419617e4c33e93eae8b5b733dfc8d01161677b8cbd3a4fb20f') prepare() { cd "$pkgname-$pkgver"