git » geany.git » commit e55aab0

update to 0.18.1

author Ionuț Mircea Bîru
2010-02-15 16:35:32 UTC
committer Ionuț Mircea Bîru
2010-02-15 16:35:32 UTC
parent f1a71dd29f9fb305dfc08f2c65b4ccf3bec89c47

update to 0.18.1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 973e2d9..1cc4cc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
+# Maintainer: Ionut Biru  <ibiru@archlinux.ro>
 # Contributor: William Rea <sillywilly@gmail.com>
 # Contributor: Allan McRae <mcrae_allan@hotmail.com>
 
 pkgname=geany
-pkgver=0.18
+pkgver=0.18.1
 pkgrel=1
 pkgdesc="A fast and lightweight IDE"
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ makedepends=('perlxml' 'intltool')
 optdepends=("vte: for terminal support")
 install=geany.install
 source=(http://download.geany.org/$pkgname-$pkgver.tar.gz)
-md5sums=('e5d4075dcb486d3cec958c2bac9ce8f4')
 options=('!libtool')
+md5sums=('bd1f70a5ee9a7f10c3c4f17bd263a0b1')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver