summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 239579b0bd0b..7e18eb6ae8a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kame-tools-git
pkgdesc = A tool for bundling 3DS theme files
pkgver = 5ae1ae1
- pkgrel = 3
+ pkgrel = 4
url = https://gitlab.com/beelzy/kame-tools
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 37d01b46467d..cc43f8292669 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: beelzy
pkgname=kame-tools-git
pkgver=5ae1ae1
-pkgrel=3
+pkgrel=4
pkgdesc="A tool for bundling 3DS theme files"
arch=('i686' 'x86_64' 'aarch64')
url="https://gitlab.com/beelzy/kame-tools"
@@ -26,7 +26,7 @@ prepare() {
git submodule init
git config submodule.buildtools.url $srcdir/buildtools
git submodule sync
- git -c protocol.file.allow=always submodule update
+ git -c protocol.file.allow=always submodule update --force
cd buildtools
git apply ../aarch64.patch
}