git » geany.git » commit 1e6ceab

upgpkg: 1.24-1

author Alexander Rødseth
2014-04-13 17:45:15 UTC
committer Alexander Rødseth
2014-04-13 17:45:15 UTC
parent 41b0651bc63b205c449d498ddc70e521a64d827e

upgpkg: 1.24-1

PKGBUILD +5 -5

diff --git a/PKGBUILD b/PKGBUILD
index e9331ef..01bfcc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,20 +5,20 @@
 # Contributor: Allan McRae <mcrae_allan@hotmail.com>
 
 pkgname=geany
-pkgver=1.23.1
+pkgver=1.24
 pkgrel=1
 pkgdesc='Fast and lightweight IDE'
 arch=('x86_64' 'i686')
-url="http://www.geany.org/"
+url='http://www.geany.org/'
 license=('GPL')
 depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('perlxml' 'setconf' 'intltool')
-optdepends=('vte: for terminal support'
-            'geany-plugins: various extra features'
+optdepends=('geany-plugins: various extra features'
+            'vte: terminal support'
             'python2')
 install="$pkgname.install"
 source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2")
-sha256sums=('8815b16e59d8679ec359a1a5754fee05e77f7bca53083c939654bfc77d978fad')
+sha256sums=('51c37690fea9b7a9baaf7f9158c5d88d86ae81d44409ec0460aa0445fe0a039f')
 
 prepare() {
   cd "$pkgname-$pkgver"