summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel de Val-Borro2016-01-27 09:46:27 -0500
committerMiguel de Val-Borro2016-01-27 09:46:27 -0500
commit1f61ebbfbb0b019892fc8ec381c435ce3809b041 (patch)
tree199eaa0a5b457b0c83a3731a3e534589eda72dfd /PKGBUILD
parent00a8463f56eee62ff1371842ccf99b7aea236953 (diff)
downloadaur-1f61ebbfbb0b019892fc8ec381c435ce3809b041.tar.gz
update to 0.9.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78c292d16ab2..b6f7fdd30630 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: James Tappin <jtappinatgmaildotcom>
+# Maintainer: Miguel de Val-Borro <miguel@archlinux.net>
+# Contributor: James Tappin <jtappinatgmaildotcom>
# Contributor: Orlando Garcia Feal <rodland at gmail dot com>
pkgname=gnudatalanguage
-pkgver=0.9.5
-pkgrel=4
+pkgver=0.9.6
+pkgrel=1
pkgdesc="An IDL (Interactive Data Language) compatible incremental compiler (ie. runs IDL programs)"
arch=('i686' 'x86_64')
url="http://gnudatalanguage.sourceforge.net/"
@@ -14,7 +15,7 @@ makedepends=('cmake')
options=('!makeflags')
source=(http://downloads.sourceforge.net/gnudatalanguage/gdl-${pkgver}.tar.gz \
gdl.profile)
-md5sums=('2d02283c544820729479a57545d5b599'
+md5sums=('8f63812acf18fe6e9b632e32e0956d15'
'40aa5fd8278cd8e80425c62a577563cc')
build() {