summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibele2023-05-17 11:48:44 -0500
committerlibele2023-05-17 11:48:44 -0500
commit381b4b2da6c7070fc9c70a099797e020ad4c6f41 (patch)
treec334f989642d9661632da68b7e5b18e5c0c73d60
parentf9011b0b15c39aec7ffe882c628ba4ab75ad606c (diff)
downloadaur-381b4b2da6c7070fc9c70a099797e020ad4c6f41.tar.gz
upgpkg: inform7-git 10.2.0_beta+6W49-1
use clang instead of GCC
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a750a711abd9..b0679c28ec81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inform7-git
pkgdesc = A design system for interactive fiction based on natural language (git version)
- pkgver = 10.2.0_beta+6V50
+ pkgver = 10.2.0_beta+6W49
pkgrel = 1
url = https://ganelson.github.io/inform
arch = aarch64
@@ -13,6 +13,7 @@ pkgbase = inform7-git
arch = x86_64
groups = inform
license = Artistic2.0
+ makedepends = clang
makedepends = git
makedepends = rsync
provides = inform
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