author | Alexander Rødseth
<xyproto@archlinux.org> 2017-03-14 11:26:01 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2017-03-14 11:26:01 UTC |
parent | 7c2c3035123307f6b95a851137be8049e2b018a5 |
PKGBUILD | +3 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 4a501ea..5c45893 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Allan McRae <mcrae_allan@hotmail.com> pkgname=geany -pkgver=1.29 +pkgver=1.30 pkgrel=1 pkgdesc='Fast and lightweight IDE' arch=('x86_64' 'i686') @@ -16,8 +16,8 @@ makedepends=('perl-xml-parser' 'intltool') optdepends=('geany-plugins: various extra features' 'vte: terminal support' 'python2') -source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2") -sha256sums=('394307596bc908419617e4c33e93eae8b5b733dfc8d01161677b8cbd3a4fb20f') +source=("https://download.geany.org/$pkgname-$pkgver.tar.bz2") +sha256sums=('b2dec920c77bc3e88d5f7b0f1dbe4f5200f36df3b346d1aba39323bc30afae6d') prepare() { cd "$pkgname-$pkgver" @@ -40,5 +40,4 @@ package() { make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install } -# getver: geany.org/Documentation/ChangeLog # vim:set ts=2 sw=2 et: