summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu2018-08-15 09:47:46 +1000
committerJonathan Liu2018-08-15 09:47:46 +1000
commit8aa6d721dfcbf53007e46b0b7ff60d0e646c8641 (patch)
treeb44adf87f9a487a1eb5a4054f7b987b0d4f5e218
parentce73959aa3a2c5abca181a419f1c7b14cb9a310f (diff)
downloadaur-8aa6d721dfcbf53007e46b0b7ff60d0e646c8641.tar.gz
Update to 6M62-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f11df852335f..d2f6af1463d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# 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 = 2
+ pkgrel = 3
url = https://github.com/ptomato/gnome-inform7
install = gnome-inform7.install
arch = i686
@@ -29,7 +27,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 = 33088472eea68c35c2985e4ee1b52dcf
+ md5sums = cf8a251a3531eadf29d9490c2bb53802
md5sums = 71a4c55329e154e4cb667b5c114296d3
pkgname = gnome-inform7
diff --git a/PKGBUILD b/PKGBUILD
index e70e30acbcf5..5f3bad912573 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Liu <net147@gmail.com>
pkgname=gnome-inform7
pkgver=6M62
-pkgrel=2
+pkgrel=3
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=('33088472eea68c35c2985e4ee1b52dcf'
+md5sums=('cf8a251a3531eadf29d9490c2bb53802'
'71a4c55329e154e4cb667b5c114296d3')
[ "${CARCH}" = "i686" ] && _arch='i386'
[ "${CARCH}" = "x86_64" ] && _arch='x86_64'