summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibele2022-05-24 23:53:02 -0500
committerlibele2022-05-24 23:53:02 -0500
commit7f1cba445dcd4b14972e4678ca61875bff18ba4b (patch)
treec8cd7417a3d622b05cd60fa2833a2a33517dbef7
parentd2498ca397268d3e49bd10ce1be2c4433158cd34 (diff)
downloadaur-7f1cba445dcd4b14972e4678ca61875bff18ba4b.tar.gz
disable makepkg buildflags and makeflags
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8787f514cf8c..3ec1e369a207 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = inform7-git
pkgdesc = A design system for interactive fiction based on natural language (git version)
- pkgver = r1497.e0a9a9eb1
- pkgrel = 3
+ pkgver = r1507.e3bcfd85a
+ pkgrel = 1
url = https://ganelson.github.io/inform
install = inform7.install
arch = aarch64
@@ -17,6 +17,8 @@ pkgbase = inform7-git
provides = inform
provides = inform7
conflicts = inform7
+ options = !buildflags
+ options = !makeflags
source = git+https://github.com/ganelson/inform
source = git+https://github.com/ganelson/inweb
source = git+https://github.com/ganelson/intest
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