summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2022-10-27 19:07:05 -0400
committerEthan Kerrick2022-10-27 19:07:05 -0400
commitd49d419274483b66d924cffff49d1b9b0502ae15 (patch)
treee48a8e944953a2c1da07244799ca2eff55e6b6ed
parent2b922b22742db03e158afbbc130411044d7aaa41 (diff)
downloadaur-d49d419274483b66d924cffff49d1b9b0502ae15.tar.gz
update to fix git update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed266534ca73..9dde55f2e783 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kosuzu-git
pkgdesc = a danbooru downloader and viewer that support translation notes
pkgver = r3.r0.8253ee6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nostrenz/kosuzu
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 4917e6cf002e..545c7591997a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: silverhikari <kerrickethan@gmail.com>
pkgname=kosuzu-git
pkgver=r3.r0.8253ee6
-pkgrel=1
+pkgrel=2
pkgdesc="a danbooru downloader and viewer that support translation notes"
arch=(x86_64)
url="https://github.com/nostrenz/kosuzu"
@@ -23,7 +23,7 @@ prepare() {
git submodule init
git config submodule.lib/SingleApplication.url "$srcdir/SingleApplication"
git config submodule.lib/QuaZIP.url "$srcdir/quazip"
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {