author | Alexander Rødseth
<xyproto@archlinux.org> 2017-04-24 08:43:12 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2017-04-24 08:43:12 UTC |
parent | fef1e7cb11c391c39f38a2ec5928471dcb9e1391 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 5c45893..82bd620 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Allan McRae <mcrae_allan@hotmail.com> pkgname=geany -pkgver=1.30 +pkgver=1.30.1 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=("https://download.geany.org/$pkgname-$pkgver.tar.bz2") -sha256sums=('b2dec920c77bc3e88d5f7b0f1dbe4f5200f36df3b346d1aba39323bc30afae6d') +sha256sums=('0ac360f1f3d6c28790a81d570252a7d40421f6e1d8e5a8d653756bd041d88491') prepare() { cd "$pkgname-$pkgver"