summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlibele2023-05-17 11:48:44 -0500
committerlibele2023-05-17 11:48:44 -0500
commit381b4b2da6c7070fc9c70a099797e020ad4c6f41 (patch)
treec334f989642d9661632da68b7e5b18e5c0c73d60 /PKGBUILD
parentf9011b0b15c39aec7ffe882c628ba4ab75ad606c (diff)
downloadaur-inform7-git.tar.gz
upgpkg: inform7-git 10.2.0_beta+6W49-1
use clang instead of GCC
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c65687414a7..654ff4bb3721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=inform7-git
_pkgname=inform7
_gitpkg=inform
-pkgver=10.2.0_beta+6V50
+pkgver=10.2.0_beta+6W49
pkgrel=1
pkgdesc="A design system for interactive fiction based on natural language (git version)"
arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i486' 'i686' 'pentium4' 'x86_64')
url="https://ganelson.github.io/inform"
license=('Artistic2.0')
-makedepends=('git' 'rsync')
+makedepends=('clang' 'git' 'rsync')
provides=('inform' 'inform7')
conflicts=('inform7')
groups=(inform)
@@ -35,6 +35,8 @@ pkgver() {
build() {
cd "$srcdir"
+ export CC=clang
+
bash inweb/scripts/first.sh linux
bash intest/scripts/first.sh