summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthflameemperor2019-09-15 08:05:50 -0400
committerthflameemperor2019-09-15 08:05:50 -0400
commita84b984b5869f78a7a82a1b112b1ddb07b47323e (patch)
treeb4104fac92e0fe54e823bae2a50993e1cd74e241
parent6e1f9b7b2588ebab8a97362bf6420dedab6d3876 (diff)
downloadaur-a84b984b5869f78a7a82a1b112b1ddb07b47323e.tar.gz
update to scarlet
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88b3f814fd2f..d6e4f5df9cb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ygopro-koishipro
pkgdesc = Link compatable ygopro client with AI
- pkgver = 2019.8.7
+ pkgver = 2019.9.15
pkgrel = 1
url = https://github.com/purerosefallen/ygopro
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = ygopro-koishipro
makedepends = unzip
depends = mono
depends = libevent
- noextract = KoishiPro-linux-full-Charin.zip
+ noextract = KoishiPro-linux-full-Scarlet.zip
options = !strip
options = emptydirs
- source = https://github.com/purerosefallen/ygopro/releases/download/Charin/KoishiPro-linux-full-Charin.zip
- sha256sums = 622fb41491b8c380d5620ae486de06efcbe7a9a125517429a3923541389a4768
+ source = https://github.com/purerosefallen/ygopro/releases/download/Scarlet/KoishiPro-linux-full-Scarlet.zip
+ sha256sums = b665f2ff7a387fc7914779cb6bf4ff96baca2dbc6791d13dd4cd5c47730c00c2
pkgname = ygopro-koishipro
diff --git a/PKGBUILD b/PKGBUILD
index a0569b04fd5d..a33d397574c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: theflameemperor <un.own.cry@gmail.com>
pkgname=ygopro-koishipro
-pkgver=2019.8.7
+pkgver=2019.9.15
pkgrel=1
_pkgrel=1
-name="Charin"
+name="Scarlet"
zipFile="KoishiPro-linux-full-$name.zip"
pkgdesc="Link compatable ygopro client with AI"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('mono' 'libevent')
makedepends=('patchelf' 'unzip')
source=("$url/releases/download/$name/$zipFile")
noextract=($zipFile)
-sha256sums=('622fb41491b8c380d5620ae486de06efcbe7a9a125517429a3923541389a4768')
+sha256sums=('b665f2ff7a387fc7914779cb6bf4ff96baca2dbc6791d13dd4cd5c47730c00c2')
options=('!strip' 'emptydirs')
prepare(){