summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2022-09-05 18:02:40 -0400
committerEthan Kerrick2022-09-05 18:02:40 -0400
commit408ab23a5cad40f5bfc2d8f9cd7fe3ea21108ac1 (patch)
tree8887613f3d6f084945bf18e8d34ad1e5d1d3f60b
parent23d0081c5b899acfee250b91016e7c3723a027de (diff)
downloadaur-inform7-ide-bin.tar.gz
updated to 2.0.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e45463db1d22..223782608a82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = inform7-ide-bin
pkgdesc = Inform 7 IDE for the Inform 7 programming language for interactive fiction
- pkgver = 2.0.0.rc2
- pkgrel = 4
+ pkgver = 2.0.0_1
+ pkgrel = 1
url = https://github.com/ptomato/inform7-ide
install = inform7-ide.install
arch = x86_64
- groups = inform
license = Artistic2.0
license = GPL3
depends = goocanvas2
@@ -14,7 +13,7 @@ pkgbase = inform7-ide-bin
provides = inform7-ide
conflicts = inform7-ide
options = !strip
- source = https://github.com/ptomato/inform7-ide/releases/download/2.0.0-rc2/inform7-ide-2.0.0-1.fc35.x86_64.rpm
- md5sums = 1508bd979dbb2358a5e044173edb347a
+ source = https://github.com/ganelson/inform/releases/download/v10.1.2/inform7-ide-2.0.0-1.fc35.x86_64.rpm
+ sha256sums = 0c05fa775a4daab413b812690e8290040ab8b11e67a0e830226740590c6330f4
pkgname = inform7-ide-bin
diff --git a/PKGBUILD b/PKGBUILD
index 131d21f2a952..85c7d01827b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
+# Maintainer : silverhikari <kerrickethan@gmail.com>
# Contributor: libele <libele@disroot.org>
pkgname=inform7-ide-bin
-pkgver=2.0.0.rc2
-pkgrel=4
+pkgver=2.0.0_1
+pkgrel=1
pkgdesc="Inform 7 IDE for the Inform 7 programming language for interactive fiction"
arch=('x86_64')
url="https://github.com/ptomato/inform7-ide"
license=('Artistic2.0' 'GPL3')
provides=('inform7-ide')
conflicts=('inform7-ide')
-groups=(inform)
depends=('goocanvas2' 'gtksourceview4' 'webkit2gtk')
install=inform7-ide.install
-source=("https://github.com/ptomato/inform7-ide/releases/download/2.0.0-rc2/inform7-ide-2.0.0-1.fc35.x86_64.rpm")
-md5sums=('1508bd979dbb2358a5e044173edb347a')
+source=("https://github.com/ganelson/inform/releases/download/v10.1.2/inform7-ide-${pkgver//_/-}.fc35.x86_64.rpm")
+sha256sums=('0c05fa775a4daab413b812690e8290040ab8b11e67a0e830226740590c6330f4')
options=(!strip)
package() {