summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2022-10-30 13:20:31 +0000
committereugene2022-10-30 13:20:31 +0000
commitae0cdda5d669694f6f8fe4cf6f0b50b381417c8b (patch)
tree350b7d3d9707bac1fea1f467be4e803689185e94
parent114500360f8c9a98905be5524edcadd5a412d929 (diff)
downloadaur-ae0cdda5d669694f6f8fe4cf6f0b50b381417c8b.tar.gz
git submodules fix, new architecture, license
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b2eba8512f4..3bdd5685cdae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,8 @@ pkgbase = re3-git
pkgrel = 1
url = https://github.com/GTAmodding/re3
arch = x86_64
- license = unknown
+ arch = aarch64
+ license = custom:none
makedepends = git
makedepends = premake
depends = openal
diff --git a/PKGBUILD b/PKGBUILD
index fa082c8ea974..5f692798d45a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
-# Maintainer: hazelnot <scrabcrab@gmail.com>
_pkgbase=re3
pkgname=re3-git
pkgver=r3167.3233ffe1
pkgrel=1
pkgdesc="An open-source project reverse-engineering Grand Theft Auto III"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://github.com/GTAmodding/re3"
-license=('unknown')
+license=('custom:none')
depends=('openal' 'glew' 'glfw' 'mpg123' 'zenity')
makedepends=('git' 'premake')
provides=("$_pkgbase")
@@ -42,7 +41,7 @@ prepare() {
do
git config "submodule.vendor/$submod.url" "../$submod"
done
- git submodule update
+ git -c protocol.file.allow=always submodule update
patch -uNp1 -i ../no_link_with_unnecessary_sndfile.patch
}