summaryrefslogtreecommitdiff
path: root/extra/gob2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gob2/PKGBUILD')
-rw-r--r--extra/gob2/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/gob2/PKGBUILD b/extra/gob2/PKGBUILD
index a00431b14..498653f9d 100644
--- a/extra/gob2/PKGBUILD
+++ b/extra/gob2/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 183109 2013-04-17 15:27:46Z jgc $
+# $Id: PKGBUILD 206098 2014-02-17 13:06:55Z jgc $
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
# Maintainer: Kevin Piche <kevin@archlinux.org>
pkgname=gob2
-pkgver=2.0.19
+pkgver=2.0.20
pkgrel=1
pkgdesc="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
arch=(i686 x86_64 'mips64el')
@@ -11,15 +11,15 @@ license=('GPL')
depends=('glib2')
url="http://www.5z.com/jirka/gob.html"
source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
-md5sums=('d7f2e7b96c33458d69b6381e28e4ac69')
+md5sums=('b830859993bfa82bc8773207b9a4a698')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd $pkgname-$pkgver
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd $pkgname-$pkgver
make DESTDIR="${pkgdir}" install
}