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 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() {