summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2023-08-20 22:52:25 +0200
committerChristopher Reimer2023-08-20 22:52:57 +0200
commite11fda3c663bf2e146b0f88aa56f319016664232 (patch)
tree923cd236bfdfd96b072c58a063b5818a53464922
parentb5a6b54fdebd8d9bc1c487843da66f84d75abf79 (diff)
downloadaur-e11fda3c663bf2e146b0f88aa56f319016664232.tar.gz
Update opengothic 1.0.2207-2 (Dependency urls updated. Thx to @lmichaelis)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc79de1088c0..e583c8a1fa46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opengothic
pkgdesc = Open source remake of Gothic 2: Night of the raven
pkgver = 1.0.2207
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Try/OpenGothic
arch = x86_64
license = MIT
@@ -20,10 +20,9 @@ pkgbase = opengothic
source = git+https://github.com/Try/Tempest.git
source = git+https://github.com/schellingb/TinySoundFont.git
source = git+https://github.com/bulletphysics/bullet3.git
- source = git+https://github.com/lmichaelis/phoenix.git
+ source = git+https://github.com/GothicKit/phoenix.git
source = git+https://github.com/doctest/doctest.git
source = git+https://github.com/g-truc/glm.git
- source = git+https://github.com/foonathan/lexy.git
source = git+https://github.com/lmichaelis/phoenix-libsquish.git
source = git+https://github.com/mandreyel/mio.git
sha512sums = SKIP
@@ -35,6 +34,5 @@ pkgbase = opengothic
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
- sha512sums = SKIP
pkgname = opengothic
diff --git a/PKGBUILD b/PKGBUILD
index ca416ccee80a..ec3783c9ed7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=opengothic
pkgver=1.0.2207
-pkgrel=1
+pkgrel=2
pkgdesc="Open source remake of Gothic 2: Night of the raven"
arch=('x86_64')
url='https://github.com/Try/OpenGothic'
@@ -13,10 +13,9 @@ source=("git+https://github.com/Try/OpenGothic#commit=16fff0e63df6a00e9801b64c8c
"git+https://github.com/Try/Tempest.git"
"git+https://github.com/schellingb/TinySoundFont.git"
"git+https://github.com/bulletphysics/bullet3.git"
- "git+https://github.com/lmichaelis/phoenix.git"
+ "git+https://github.com/GothicKit/phoenix.git"
"git+https://github.com/doctest/doctest.git"
"git+https://github.com/g-truc/glm.git"
- "git+https://github.com/foonathan/lexy.git"
"git+https://github.com/lmichaelis/phoenix-libsquish.git"
"git+https://github.com/mandreyel/mio.git"
)
@@ -28,7 +27,6 @@ sha512sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'SKIP')
options=('!emptydirs')
@@ -44,10 +42,11 @@ prepare() {
cd "${srcdir}/OpenGothic/lib/phoenix"
git submodule init
git config submodule.vendor/doctest.url "$srcdir/doctest"
- git config submodule.vendor/mio.url "$srcdir/mio"
- git config submodule.vendor/lexy.url "$srcdir/lexy"
- git config submodule.vendor/libsquish.url "$srcdir/phoenix-libsquish"
git config submodule.vendor/glm.url "$srcdir/glm"
+ git config submodule.vendor/libsquish.url "$srcdir/phoenix-libsquish"
+ git config submodule.vendor/mio.url "$srcdir/mio"
+
+
git -c protocol.file.allow=always submodule update
}