author | Alexander Rødseth
<xyproto@archlinux.org> 2018-03-02 16:58:16 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2018-03-02 16:58:16 UTC |
parent | 802d8728ad562eaf6bc1f81741d97e74bee245ae |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index c0b8126..72c2fb7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,8 +5,8 @@ # Contributor: Allan McRae <mcrae_allan@hotmail.com> pkgname=geany -pkgver=1.32.0 -pkgrel=2 +pkgver=1.33.0 +pkgrel=1 pkgdesc='Fast and lightweight IDE' arch=('x86_64') url='https://www.geany.org/' @@ -16,7 +16,7 @@ makedepends=('intltool') optdepends=('geany-plugins: additional functionality' 'vte3: embedded terminal support') source=("https://download.geany.org/$pkgname-${pkgver/.0}.tar.bz2") -sha256sums=('8b7be10b95d0614eb07f845ba2280f7c026eacd5739d8fac4d5d26606f8c3c2d') +sha256sums=('66baaff43f12caebcf0efec9a5533044dc52837f799c73a1fd7312caa86099c2') build() { cd "$pkgname-${pkgver/.0}"