summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvideah2018-02-06 14:43:26 +0000
committervideah2018-02-06 14:43:26 +0000
commit0b7e215ce1e7eb7e5a238ab26d80442e61bcaf39 (patch)
treee490430078b8cf5c3cb8185ce272b09302886eb2
parenta491240f6d9d92cf5eabecbe6bf69388ff5a4e7c (diff)
downloadaur-0b7e215ce1e7eb7e5a238ab26d80442e61bcaf39.tar.gz
updated game
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffea8d53ff71..4d6bac853765 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nekojishi
pkgdesc = A free furry/kemono visual novel
- pkgver = 1.01
- pkgrel = 3
+ pkgver = 1.02
+ pkgrel = 1
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://cloud.videah.xyz/s/3wZSyDDeB4ywNt2/download
+ source = Nekojishi_Standard1.02-linux.tar.bz2::https://cloud.videah.xyz/s/3wZSyDDeB4ywNt2/download
source = nekojishi.sh
source = nekojishi.desktop
source = nekojishi.png
diff --git a/PKGBUILD b/PKGBUILD
index 2e6e6bb1b4de..f8e8e59f08f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: videah <videah at selfish dot systems>
pkgname=nekojishi
-pkgver=1.01
+pkgver=1.02
pkgdesc='A free furry/kemono visual novel'
-pkgrel=3
+pkgrel=1
arch=('any')
url='https://nekojishi.tw/en-index.html'
license=('custom:freeware')
@@ -13,7 +13,7 @@ options=(!strip)
# 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::${downloadmirror}"
+source=("Nekojishi_Standard${pkgver}-linux.tar.bz2::${downloadmirror}"
"${pkgname}.sh"
"${pkgname}.desktop"
"${pkgname}.png")