summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu2016-02-02 21:55:56 +1100
committerJonathan Liu2016-02-02 21:55:56 +1100
commitce73959aa3a2c5abca181a419f1c7b14cb9a310f (patch)
tree464184fd2933ade0435e067346700c4973c41437
parentc40f199fdbba11b7eb9fd180357280142568eba5 (diff)
downloadaur-ce73959aa3a2c5abca181a419f1c7b14cb9a310f.tar.gz
Update to 6M62-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e195c0c4c6e4..f11df852335f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jan 18 08:59:15 UTC 2016
+# Tue Feb 2 10:55:50 UTC 2016
pkgbase = gnome-inform7
pkgdesc = GNOME port of the Inform 7 IDE for the Inform 7 programming language for interactive fiction
pkgver = 6M62
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ptomato/gnome-inform7
install = gnome-inform7.install
arch = i686
@@ -29,7 +29,7 @@ pkgbase = gnome-inform7
options = !libtool
source = http://inform7.com/download/content/6M62/I7_6M62_Linux_all.tar.gz
source = https://github.com/ptomato/gnome-inform7/releases/download/6M62/Gnome_UI_Source_6M62.tar.xz
- md5sums = db5c81436cc908f5fad77cc0b59a9ff2
+ md5sums = 33088472eea68c35c2985e4ee1b52dcf
md5sums = 71a4c55329e154e4cb667b5c114296d3
pkgname = gnome-inform7
diff --git a/PKGBUILD b/PKGBUILD
index 18b3992fc2f1..e70e30acbcf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Liu <net147@gmail.com>
pkgname=gnome-inform7
pkgver=6M62
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME port of the Inform 7 IDE for the Inform 7 programming language for interactive fiction"
arch=('i686' 'x86_64')
url="https://github.com/ptomato/gnome-inform7"
@@ -15,7 +15,7 @@ options=('!libtool')
install="${pkgname}.install"
source=("http://inform7.com/download/content/${pkgver}/I7_${pkgver}_Linux_all.tar.gz"
"https://github.com/ptomato/${pkgname}/releases/download/${pkgver}/Gnome_UI_Source_${pkgver}.tar.xz")
-md5sums=('db5c81436cc908f5fad77cc0b59a9ff2'
+md5sums=('33088472eea68c35c2985e4ee1b52dcf'
'71a4c55329e154e4cb667b5c114296d3')
[ "${CARCH}" = "i686" ] && _arch='i386'
[ "${CARCH}" = "x86_64" ] && _arch='x86_64'