summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBłażej Szczygieł2024-03-04 00:20:04 +0100
committerBłażej Szczygieł2024-03-04 00:20:04 +0100
commit12e9b56de73cdbf8f1cc66ae191b49cfd0e276c4 (patch)
treea7cb84ef401238307377fe0cc1df93f30f7f2ee2
parentf3045dcf361df565726df895a1e38f8caceca73c (diff)
downloadaur-12e9b56de73cdbf8f1cc66ae191b49cfd0e276c4.tar.gz
Add lld dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaaf89e0d3a5..e85c7e96084a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.r14.gb32b7f4
+ pkgver = v1.3.0.r33.g2977bf2
pkgrel = 1
url = https://github.com/zaps166/NFSIISE
install = nfs2se-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 18ae3fe6e3ac..ac2a9b02c809 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zaps166 <spaz16@wp.pl>
pkgname=nfs2se-git
-pkgver=v1.3.0.r14.gb32b7f4
+pkgver=v1.3.0.r33.g2977bf2
pkgrel=1
pkgdesc='Cross-platform wrapper for the Need For Speed™ II SE game with 3D acceleration and TCP protocol!'
arch=('x86_64')
@@ -25,7 +25,7 @@ if [ $machine == "x86_64" ]; then
SUBMODULE=src/Asm
else
depends=('sdl2' 'libgl')
- makedepends=('clang')
+ makedepends=('clang' 'lld')
COMPILE_ARG=cpp
SUBMODULE=src/Cpp
fi