summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeelzy2023-04-04 23:33:07 +0200
committerbeelzy2023-04-04 23:33:07 +0200
commit69639525a4813e2d1c25c5fb1dd14474d00b61da (patch)
tree5ccc73a39ee7a1bf22889c25d3ce9c2ef91268eb
parent1d643ae8d47aa7046a049335ac6bf855a4cd21c8 (diff)
downloadaur-69639525a4813e2d1c25c5fb1dd14474d00b61da.tar.gz
patching works on multiple builds
-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
}