summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeelzy2023-02-06 01:40:28 +0100
committerbeelzy2023-02-06 01:40:28 +0100
commit9d1db345e6430b8491cc09b6292cf4a4988ad023 (patch)
tree07e6560ca26e8f2d1d42c530f03f6956a74820f5
parent47d1ed9e82eb912a151ab71e48751bef81561044 (diff)
downloadaur-9d1db345e6430b8491cc09b6292cf4a4988ad023.tar.gz
fix buildtools submodule
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b845c4b1135..cf1eb9ac4394 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kame-tools-git
pkgdesc = A tool for bundling 3DS theme files
pkgver = 5ae1ae1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/beelzy/kame-tools
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 543b28a91539..3d3ea9ed024c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: beelzy
pkgname=kame-tools-git
pkgver=5ae1ae1
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for bundling 3DS theme files"
arch=('i686' 'x86_64' 'aarch64')
url="https://gitlab.com/beelzy/kame-tools"
@@ -24,7 +24,6 @@ pkgver() {
prepare() {
cd "$srcdir/$_gitname"
git submodule init
- git config submodule.buildtools.url "$srcdir/buildtools"
git submodule--helper update
cd buildtools
git apply ../aarch64.patch