summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthflameemperor2019-04-01 12:39:17 -0400
committerthflameemperor2019-04-01 12:39:17 -0400
commit6bbd85d68da5fca94917963213aad32eb070b833 (patch)
tree96e57072d9d040abbe97e8cefb13b13f84b6559d
parent6d455171757f664ae39759b6f6c14f18574e26f0 (diff)
downloadaur-6bbd85d68da5fca94917963213aad32eb070b833.tar.gz
new version release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc421dd217dd..ae27d3c08799 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ygopro-koishipro
pkgdesc = Link compatable ygopro client with AI
- pkgver = 2019.3.22
+ pkgver = 2019.3.30
pkgrel = 1
url = https://github.com/purerosefallen/ygopro
arch = x86_64
@@ -8,11 +8,11 @@ pkgbase = ygopro-koishipro
makedepends = patchelf
depends = mono
depends = libevent
- noextract = KoishiPro-linux-full-2019.3.22.zip
+ noextract = KoishiPro-linux-full-2019.3.30.zip
options = !strip
options = emptydirs
- source = https://github.com/purerosefallen/ygopro/releases/download/2019.3.22/KoishiPro-linux-full-2019.3.22.zip
- sha256sums = d92133ec4391413a30fc4d5819ff7200366264ce6e82b0800f43e6d85ab2ab8f
+ source = https://github.com/purerosefallen/ygopro/releases/download/2019.3.30/KoishiPro-linux-full-2019.3.30.zip
+ sha256sums = 073b68fb199269f2219a72506c4b59bb66cf2c433146379fbad11c21f710ddec
pkgname = ygopro-koishipro
diff --git a/PKGBUILD b/PKGBUILD
index 81638f5ec207..60ce95414001 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: theflameemperor <un.own.cry@gmail.com>
pkgname=ygopro-koishipro
-pkgver=2019.3.22
+pkgver=2019.3.30
pkgrel=1
_pkgrel=1
zipFile=KoishiPro-linux-full-${pkgver}.zip
@@ -12,7 +12,7 @@ depends=('mono' 'libevent')
makedepends=('patchelf')
source=("https://github.com/purerosefallen/ygopro/releases/download/$pkgver/$zipFile")
noextract=($zipFile)
-sha256sums=('d92133ec4391413a30fc4d5819ff7200366264ce6e82b0800f43e6d85ab2ab8f')
+sha256sums=('073b68fb199269f2219a72506c4b59bb66cf2c433146379fbad11c21f710ddec')
options=('!strip' 'emptydirs')
prepare(){