git » geany.git » commit 14797a4

-m

author Ángel Velásquez
2010-06-12 18:18:36 UTC
committer Ángel Velásquez
2010-06-12 18:18:36 UTC
parent e55aab0e5d1f96c97d484c68aba90f5a6f306f9f

-m

PKGBUILD +4 -3

diff --git a/PKGBUILD b/PKGBUILD
index 1cc4cc6..80a9db5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Ionut Biru  <ibiru@archlinux.ro>
+# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>  
+# Contributor: Ionut Biru  <ibiru@archlinux.ro>
 # Contributor: William Rea <sillywilly@gmail.com>
 # Contributor: Allan McRae <mcrae_allan@hotmail.com>
 
 pkgname=geany
-pkgver=0.18.1
+pkgver=0.19
 pkgrel=1
 pkgdesc="A fast and lightweight IDE"
 arch=('i686' 'x86_64')
@@ -15,7 +16,7 @@ optdepends=("vte: for terminal support")
 install=geany.install
 source=(http://download.geany.org/$pkgname-$pkgver.tar.gz)
 options=('!libtool')
-md5sums=('bd1f70a5ee9a7f10c3c4f17bd263a0b1')
+md5sums=('727cec2936846850bb088b476faad5f2')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver