summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a52ef55c759e..2e6e6bb1b4de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nekojishi
pkgver=1.01
pkgdesc='A free furry/kemono visual novel'
-pkgrel=2
+pkgrel=3
arch=('any')
url='https://nekojishi.tw/en-index.html'
license=('custom:freeware')
@@ -10,14 +10,10 @@ depends=('sh')
install=${pkgname}.install
options=(!strip)
-# nekojishi is now hosted on google drive which is a little messy for direct links
-# this is just to make the PKGBUILD a little cleaner.
-IFS=''
-gdrive=('https://doc-0s-7c-docs.googleusercontent.com'
- '/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/ut3ponk4lq5b7tgg46g71mc50no6esid'
- '/1511416800000/03311035500713382627/*/1DKqNwQg4gwZmCvMAEiCF0EzYVjZVQvt4?e=download')
+# personal mirror for nekojishi, as it's impossible to use GDrive links in PKGBUILD's
+downloadmirror='https://cloud.videah.xyz/s/3wZSyDDeB4ywNt2/download'
-source=("Nekojishi_Standard${pkgver}-pc.zip::${gdrive[*]}"
+source=("Nekojishi_Standard${pkgver}-pc.zip::${downloadmirror}"
"${pkgname}.sh"
"${pkgname}.desktop"
"${pkgname}.png")