summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2022-10-21 15:31:18 +0200
committerFrederic Bezies2022-10-21 15:31:18 +0200
commitb926321af5eb871265d7e019894c8958871ab4ee (patch)
tree760dd4be39685af722da421a9598e733ea948d9b
parentebc2acbafb54cd96506d287ef72dc9a9f9a78f83 (diff)
downloadaur-b926321af5eb871265d7e019894c8958871ab4ee.tar.gz
October 21st, 2022 update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8893b9f3dcd6..730d9b4de47d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hurrican-git
pkgdesc = Freeware jump and shoot game based on the Turrican game series (development version)
- pkgver = 1.0.9.3.r0.g3808399
- pkgrel = 2
+ pkgver = 1.0.9.3.r318.g2a92579
+ pkgrel = 1
url = http://hurrican.sourceforge.net
arch = i686
arch = x86_64
@@ -16,13 +16,10 @@ pkgbase = hurrican-git
depends = libepoxy
conflicts = hurrican
source = hurrican::git+https://github.com/thrimbor/hurrican.git
- source = glm::git+https://github.com/g-truc/glm.git
source = hurrican.desktop
source = hurrican.png
sha256sums = SKIP
- sha256sums = SKIP
sha256sums = 11f6a06115d543b9dfb74781c4db79224fceec2f6c0ceecd9c2cd15081d96174
sha256sums = be6b84adf5bd89430f2e087d9fe51e9e769cf1a17fb89f4288e8d4551ecf0b84
pkgname = hurrican-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d25b4de25608..4b7d083f5d76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# an on Hurrican PKGBUILD by Stefan Schmidt <thrimbor gmail com>
pkgname=hurrican-git
-pkgver=1.0.9.3.r0.g3808399
-pkgrel=2
+pkgver=1.0.9.3.r318.g2a92579
+pkgrel=1
pkgdesc="Freeware jump and shoot game based on the Turrican game series (development version)"
arch=('i686' 'x86_64')
url="http://hurrican.sourceforge.net"
@@ -13,11 +13,9 @@ depends=('sdl_image' 'sdl_mixer' 'libmodplug' 'libgl' 'libepoxy')
makedepends=('git' 'mesa' 'cmake')
conflicts=('hurrican')
source=(hurrican::"git+https://github.com/thrimbor/hurrican.git"
- glm::"git+https://github.com/g-truc/glm.git"
hurrican.desktop
hurrican.png)
sha256sums=('SKIP'
- 'SKIP'
'11f6a06115d543b9dfb74781c4db79224fceec2f6c0ceecd9c2cd15081d96174'
'be6b84adf5bd89430f2e087d9fe51e9e769cf1a17fb89f4288e8d4551ecf0b84')
@@ -28,7 +26,7 @@ pkgver() {
prepare() {
cd "${srcdir}"/hurrican
git submodule init
- git config submodule.Hurrican/3rdparty/glm.url "${srcdir}"/glm
+ #git config submodule.Hurrican/3rdparty/glm.url "${srcdir}"/glm
git submodule update
}