summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlibele2022-05-24 23:53:02 -0500
committerlibele2022-05-24 23:53:02 -0500
commit7f1cba445dcd4b14972e4678ca61875bff18ba4b (patch)
treec8cd7417a3d622b05cd60fa2833a2a33517dbef7 /PKGBUILD
parentd2498ca397268d3e49bd10ce1be2c4433158cd34 (diff)
downloadaur-7f1cba445dcd4b14972e4678ca61875bff18ba4b.tar.gz
disable makepkg buildflags and makeflags
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15f958241d64..9924042a56f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=inform7-git
_gitpkg=inform
-pkgver=r1497.e0a9a9eb1
-pkgrel=3
+pkgver=r1507.e3bcfd85a
+pkgrel=1
pkgdesc="A design system for interactive fiction based on natural language (git version)"
arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i686' 'pentium4' 'x86_64')
url="https://ganelson.github.io/inform"
@@ -13,6 +13,7 @@ provides=('inform' 'inform7')
conflicts=('inform7')
groups=(inform)
install=inform7.install
+options=(!buildflags !makeflags)
source=('git+https://github.com/ganelson/inform'
'git+https://github.com/ganelson/inweb'
@@ -40,7 +41,7 @@ build() {
cd "${_gitpkg}"
bash scripts/first.sh
../intest/Tangled/intest inform7 -show Acidity
- # make check
+ make check
# make -C .. -f inweb/inweb.mk
# make -C .. -f intest/intest.mk