summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthflameemperor2019-04-15 17:23:50 -0400
committerthflameemperor2019-04-15 17:23:50 -0400
commit9e69450a381438452773d58f93542fc6446a474d (patch)
tree5178d5e8010a3b37e9b0969e330ae8a78f790456
parentce42c21c746883344d6c04a19493f3531fabb888 (diff)
downloadaur-9e69450a381438452773d58f93542fc6446a474d.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88c914c1057c..4612516b2390 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ygopro-koishipro
pkgdesc = Link compatable ygopro client with AI
- pkgver = 2019.4.11
+ pkgver = 2019.4.15
pkgrel = 1
url = https://github.com/purerosefallen/ygopro
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = ygopro-koishipro
makedepends = patchelf
depends = mono
depends = libevent
- noextract = KoishiPro-linux-full-2019.4.11-Test.zip
+ noextract = KoishiPro-linux-full-2019.4.15-Test.zip
options = !strip
options = emptydirs
- source = https://github.com/purerosefallen/ygopro/releases/download/2019.4.11-Test/KoishiPro-linux-full-2019.4.11-Test.zip
+ source = https://github.com/purerosefallen/ygopro/releases/download/2019.4.15/KoishiPro-linux-full-2019.4.15-Test.zip
sha256sums = 3840dc18a4472e3f2e455a83f2a72b35e153c10a7d8b776b8631c0aff1b3bab5
pkgname = ygopro-koishipro
diff --git a/PKGBUILD b/PKGBUILD
index d2d3aa79a787..1477412a30e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: theflameemperor <un.own.cry@gmail.com>
pkgname=ygopro-koishipro
-pkgver=2019.4.11
+pkgver=2019.4.15
pkgrel=1
_pkgrel=1
-name="$pkgver-Test"
-zipFile=KoishiPro-linux-full-${pkgver}-Test.zip
+name="$pkgver"
+zipFile=KoishiPro-linux-full-${pkgver}.zip
pkgdesc="Link compatable ygopro client with AI"
arch=('x86_64')
url='https://github.com/purerosefallen/ygopro'
@@ -13,7 +13,7 @@ depends=('mono' 'libevent')
makedepends=('patchelf')
source=("https://github.com/purerosefallen/ygopro/releases/download/$name/$zipFile")
noextract=($zipFile)
-sha256sums=('3840dc18a4472e3f2e455a83f2a72b35e153c10a7d8b776b8631c0aff1b3bab5')
+sha256sums=('0ec0b34578e5897c20e704cb390ce6c1d63ea2647163c7522868c069d5e4c001')
options=('!strip' 'emptydirs')
prepare(){