summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBłażej Szczygieł2024-03-02 23:19:50 +0100
committerBłażej Szczygieł2024-03-02 23:19:50 +0100
commitf3045dcf361df565726df895a1e38f8caceca73c (patch)
treedbec11ac5707c9663b0ac164736d4c7f73b64749
parent27dad409b5906b1802074852a342879673bc7b24 (diff)
downloadaur-f3045dcf361df565726df895a1e38f8caceca73c.tar.gz
Update compiler for non-x86 platforms
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a2fe3197bac..aaaf89e0d3a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nfs2se-git
pkgdesc = Cross-platform wrapper for the Need For Speed™ II SE game with 3D acceleration and TCP protocol!
- pkgver = v1.3.0.r0.g0e74445
- pkgrel = 2
+ pkgver = v1.3.0.r14.gb32b7f4
+ pkgrel = 1
url = https://github.com/zaps166/NFSIISE
install = nfs2se-git.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f0a474083c4d..18ae3fe6e3ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: zaps166 <spaz16@wp.pl>
pkgname=nfs2se-git
-pkgver=v1.3.0.r0.g0e74445
-pkgrel=2
+pkgver=v1.3.0.r14.gb32b7f4
+pkgrel=1
pkgdesc='Cross-platform wrapper for the Need For Speed™ II SE game with 3D acceleration and TCP protocol!'
arch=('x86_64')
url='https://github.com/zaps166/NFSIISE'
@@ -25,7 +25,7 @@ if [ $machine == "x86_64" ]; then
SUBMODULE=src/Asm
else
depends=('sdl2' 'libgl')
- makedepends=('gcc')
+ makedepends=('clang')
COMPILE_ARG=cpp
SUBMODULE=src/Cpp
fi