summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthflameemperor2019-03-23 09:31:40 -0400
committerthflameemperor2019-03-23 09:31:40 -0400
commit6d455171757f664ae39759b6f6c14f18574e26f0 (patch)
treee033873da3e291180d8b83e8e17a550d76c86d2c
parent9fc00f614a3a25c49ad212452cc790a6a4108b08 (diff)
downloadaur-6d455171757f664ae39759b6f6c14f18574e26f0.tar.gz
updating to newer version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0156cbfe14c8..bc421dd217dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ygopro-koishipro
pkgdesc = Link compatable ygopro client with AI
- pkgver = 2019.3.15
+ pkgver = 2019.3.22
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.15.zip
+ noextract = KoishiPro-linux-full-2019.3.22.zip
options = !strip
options = emptydirs
- source = https://github.com/purerosefallen/ygopro/releases/download/2019.3.15/KoishiPro-linux-full-2019.3.15.zip
- sha256sums = 2ae0eccd26f24e3333e31e2baf1f901f07b0c309da6f096bc07a27f7b70f508b
+ source = https://github.com/purerosefallen/ygopro/releases/download/2019.3.22/KoishiPro-linux-full-2019.3.22.zip
+ sha256sums = d92133ec4391413a30fc4d5819ff7200366264ce6e82b0800f43e6d85ab2ab8f
pkgname = ygopro-koishipro
diff --git a/PKGBUILD b/PKGBUILD
index d4070f8ba023..81638f5ec207 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: theflameemperor <un.own.cry@gmail.com>
pkgname=ygopro-koishipro
-pkgver=2019.3.15
+pkgver=2019.3.22
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=('2ae0eccd26f24e3333e31e2baf1f901f07b0c309da6f096bc07a27f7b70f508b')
+sha256sums=('d92133ec4391413a30fc4d5819ff7200366264ce6e82b0800f43e6d85ab2ab8f')
options=('!strip' 'emptydirs')
prepare(){
@@ -30,7 +30,6 @@ prepare(){
package(){
outputDir="$pkgdir/opt/$pkgname"
mkdir -p $outputDir
- echo $outputDir
cp -r ../usr $pkgdir
cp ../YGOPro.png $outputDir/
cp -dR $pkgname/* $outputDir