summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-01-29 14:04:19 +1300
committerGeorge Rawlinson2023-01-29 14:04:19 +1300
commitdd4c73a7c7fc4d4acd57d61289b3169acc8eb5d6 (patch)
tree7b7dae23e1631973c735b6b9c2797b14fcbc3da0
parent46405215278b6e963f4e6327f8eac852bd8a46d0 (diff)
downloadaur-dd4c73a7c7fc4d4acd57d61289b3169acc8eb5d6.tar.gz
upgpkg: mightymike 3.0.2-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 397c1bab2c30..496b4acb79ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mightymike
pkgdesc = High Powered Action Rescue in a Toy Store Gone Mad
- pkgver = 3.0.1
+ pkgver = 3.0.2
pkgrel = 1
url = https://github.com/jorio/mightymike
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = mightymike
depends = sdl2
depends = glu
depends = hicolor-icon-theme
- source = mightymike::git+https://github.com/jorio/mightymike#commit=704ed5232081912d11b18edf423ca7823a98dd82
+ source = mightymike::git+https://github.com/jorio/mightymike#commit=5337fc269afafec0c1571437f33f556fc0a4b264
source = github.com-jorio-Pomme::git+https://github.com/jorio/Pomme
source = mightymike.desktop
source = mightymike.sh
diff --git a/PKGBUILD b/PKGBUILD
index 27b6947fd312..3b0e2e7ad804 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <george@rawlinson.net.nz>
pkgname=mightymike
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc='High Powered Action Rescue in a Toy Store Gone Mad'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/jorio/mightymike'
license=('custom:CC-BY-NC-SA-4.0')
depends=('sdl2' 'glu' 'hicolor-icon-theme')
makedepends=('git' 'cmake')
-_commit='704ed5232081912d11b18edf423ca7823a98dd82'
+_commit='5337fc269afafec0c1571437f33f556fc0a4b264'
source=(
"$pkgname::git+$url#commit=$_commit"
'github.com-jorio-Pomme::git+https://github.com/jorio/Pomme'
@@ -32,7 +32,7 @@ prepare() {
git submodule init
git config submodule.extern/Pomme.url "$srcdir/github.com-jorio-Pomme"
- git submodule update --init --recursive
+ git -c protocol.file.allow=always submodule update
}
build() {