author | Alexander Rødseth
<xyproto@archlinux.org> 2020-10-26 17:19:21 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2020-10-26 17:19:21 UTC |
parent | f28136c2bd53c6844b379fc564cbbc4265b3d138 |
PKGBUILD | +3 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index ba91987..53ab7d7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,8 +5,8 @@ # Contributor: Allan McRae <mcrae_allan@hotmail.com> pkgname=geany -pkgver=1.36 -pkgrel=3 +pkgver=1.37 +pkgrel=1 pkgdesc='Fast and lightweight IDE' arch=(x86_64) url='https://www.geany.org/' @@ -16,7 +16,7 @@ makedepends=(doxygen intltool python-lxml) optdepends=('geany-plugins: additional functionality' 'vte3: embedded terminal support') source=("https://download.geany.org/$pkgname-${pkgver/.0}.tar.bz2") -sha256sums=('9184dd3dd40b7b84fca70083284bb9dbf2ee8022bf2be066bdc36592d909d53e') +sha256sums=('dde52584823b769c56704c27dbedddb7a6bbaf4eacb9587d10bbc387816e3d51') build() { cd "$pkgname-${pkgver/.0}" @@ -33,4 +33,3 @@ package() { } # getver: geany.org -# vim: ts=2 sw=2 et: