summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOdel2019-01-26 17:08:37 -0800
committerOdel2019-01-26 17:08:37 -0800
commit37af1e666db9fc8658c12ada7e8e7d8a3e2c49e7 (patch)
tree8c34cfea337d90163500fad8276db3faf4fc9fc1
parent5f0aecffedd8ec01da05c01683064a5736750136 (diff)
downloadaur-37af1e666db9fc8658c12ada7e8e7d8a3e2c49e7.tar.gz
Version 6.34-6.12.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c5bc23dc639..537cb969a289 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inform
pkgdesc = Interactive fiction compiler
- pkgver = 6.33
+ pkgver = 6.34
pkgrel = 1
url = http://www.inform-fiction.org/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = inform
groups = inform
license = custom:"freeware"
depends = glibc
- source = http://www.ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-6.33-6.12.1.tar.gz
- md5sums = 85a34329badfecd8b586782890aa17bd
+ source = http://www.ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-6.34-6.12.2.tar.gz
+ md5sums = c5ef293adb9d245975ca5aa3af2bdef8
pkgname = inform
diff --git a/PKGBUILD b/PKGBUILD
index 2c77065d9139..ff8ff2137e69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
-# Maintainer: Beej <beej@beej.us>
-# Maintainer: Alessandro Schillaci < http://slade.altervista.org >
+# Maintainer: Odel <odelvidyascape@gmail.com>
# Contributor: Alessandro Schillaci < http://slade.altervista.org >
pkgname=inform
-pkgver=6.33
-_ilibver=6.12.1
+pkgver=6.34
+_ilibver=6.12.2
pkgrel=1
pkgdesc="Interactive fiction compiler"
arch=(i686 x86_64)
@@ -13,7 +12,7 @@ depends=('glibc')
groups=(inform)
source=(http://www.ifarchive.org/if-archive/infocom/compilers/inform6/source/$pkgname-$pkgver-$_ilibver.tar.gz)
-md5sums=('85a34329badfecd8b586782890aa17bd')
+md5sums=('c5ef293adb9d245975ca5aa3af2bdef8')
build(){
cd $srcdir/$pkgname-$pkgver-$_ilibver