summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvideah2017-12-02 13:18:59 +0000
committervideah2017-12-02 13:18:59 +0000
commita491240f6d9d92cf5eabecbe6bf69388ff5a4e7c (patch)
treed1409fb1b253db013e720021c6d5d3b55080a241
parenteb88b0fc5046267a686d8cd2e34a1b3c73ca96c2 (diff)
downloadaur-a491240f6d9d92cf5eabecbe6bf69388ff5a4e7c.tar.gz
switched to mirror
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c066321c0f9..ffea8d53ff71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nekojishi
pkgdesc = A free furry/kemono visual novel
pkgver = 1.01
- pkgrel = 2
+ pkgrel = 3
url = https://nekojishi.tw/en-index.html
install = nekojishi.install
arch = any
license = custom:freeware
depends = sh
options = !strip
- source = Nekojishi_Standard1.01-pc.zip::https://doc-0s-7c-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/ut3ponk4lq5b7tgg46g71mc50no6esid/1511416800000/03311035500713382627/*/1DKqNwQg4gwZmCvMAEiCF0EzYVjZVQvt4?e=download
+ source = Nekojishi_Standard1.01-pc.zip::https://cloud.videah.xyz/s/3wZSyDDeB4ywNt2/download
source = nekojishi.sh
source = nekojishi.desktop
source = nekojishi.png
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")