summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.AURINFO15
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
3 files changed, 6 insertions, 18 deletions
diff --git a/.AURINFO b/.AURINFO
deleted file mode 100644
index d589346ff0aa..000000000000
--- a/.AURINFO
+++ /dev/null
@@ -1,15 +0,0 @@
-pkgbase = inform7
- pkgdesc = A design system for interactive fiction based on natural language
- pkgver = 6L38
- pkgrel = 1
- url = http://inform7.com/
- arch = i686
- arch = x86_64
- license = custom:Inform
- depends = perl
- source = http://inform7.com/download/content/6L38/I7_6L38_Linux_all.tar.gz
- source = install-inform7.sh.patch
- source = LICENSE
-
-pkgname = inform7
-
diff --git a/.SRCINFO b/.SRCINFO
index ace1f90802ef..fae892bb4270 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = inform7
pkgdesc = A design system for interactive fiction based on natural language
pkgver = 10.1.2
- pkgrel = 2
+ pkgrel = 3
url = https://ganelson.github.io/inform
arch = aarch64
arch = arm
@@ -13,6 +13,7 @@ pkgbase = inform7
arch = x86_64
groups = inform
license = Artistic2.0
+ makedepends = clang
makedepends = rsync
provides = inform
provides = inform7
diff --git a/PKGBUILD b/PKGBUILD
index d8ee161cc5ec..dd80c33a89d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ _pkgname=inform
pkgver=10.1.2
_inwebver=7.2.0
_intestver=2.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="A design system for interactive fiction based on natural language"
arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i486' 'i686' 'pentium4' 'x86_64')
url="https://ganelson.github.io/inform"
license=('Artistic2.0')
-makedepends=('rsync')
+makedepends=('clang' 'rsync')
provides=('inform' 'inform7')
groups=(inform)
options=(!buildflags !makeflags)
@@ -33,6 +33,8 @@ build() {
mv "inweb-$_inwebver" inweb
mv "intest-$_intestver" intest
+ export CC=clang
+
bash inweb/scripts/first.sh linux
bash intest/scripts/first.sh