summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan de Groot2010-05-08 10:48:54 +0000
committerJan de Groot2010-05-08 10:48:54 +0000
commitdf6fe2ce297ac31d8c06446882b9f6ee4abe5825 (patch)
tree6ee63915b6a31dbe9e54ba9db7cb2856024fd409
parent6dd5485c60b99147cf3387f0795a9e40651a8c2b (diff)
downloadaur-df6fe2ce297ac31d8c06446882b9f6ee4abe5825.tar.gz
Update to 2.0.17
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eefb5e9d03e0..7f9be61cebcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Kevin Piche <kevin@archlinux.org>
pkgname=gob2
-pkgver=2.0.16
+pkgver=2.0.17
pkgrel=1
pkgdesc="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
arch=(i686 x86_64)
@@ -10,7 +10,7 @@ license=('GPL')
depends=('glib2')
url="http://www.5z.com/jirka/gob.html"
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('aa5a15754d34b73bf39a77e482811461')
+sha256sums=('e9f52fff7ada88a36da1d412f8b2b57b44cc0527e545cf2f5d873c002c0da7f4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"