summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortonikelope2020-11-27 01:40:00 +0100
committertonikelope2020-11-27 01:40:00 +0100
commit636bc1fb8005e70632e9bf9b8722b63e126b2e26 (patch)
tree0c03c1955bdc4fe918b455efa39bb8baf38c1b6b
parentc6853e2cd96e42d2694b7918be8bdbe0ab7d543d (diff)
downloadaur-636bc1fb8005e70632e9bf9b8722b63e126b2e26.tar.gz
5.71
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d7f14695ab8..95c964fca551 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = coronapoker
pkgdesc = Yet another cross-platform Texas hold 'em game written in Java during COVID-19 pandemic
- pkgver = 5.70
+ pkgver = 5.71
pkgrel = 1
url = https://tonikelope.github.io/coronapoker/
arch = x86_64
license = GPL3
- source = https://github.com/tonikelope/coronapoker/releases/download/v5.70/CoronaPokerLINUX_5.70_portable.zip
- md5sums = 6a9073261f3f72a98715e68bb130dd66
+ source = https://github.com/tonikelope/coronapoker/releases/download/v5.71/CoronaPokerLINUX_5.71_portable.zip
+ md5sums = a6b87f5eef7f4465e8bb5f1af8a076d7
pkgname = coronapoker
diff --git a/PKGBUILD b/PKGBUILD
index 6f587f47e2d3..f8ff9769b975 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tonikelope <tonikelope@gmail.com>
pkgname=coronapoker
-pkgver=5.70
+pkgver=5.71
pkgrel=1
pkgdesc="Yet another cross-platform Texas hold 'em game written in Java during COVID-19 pandemic"
arch=('x86_64')
@@ -21,4 +21,4 @@ package() {
ln -s "/opt/${pkgname}/CoronaPoker.run" "$pkgdir/usr/local/bin/coronapoker"
}
-md5sums=('6a9073261f3f72a98715e68bb130dd66') \ No newline at end of file
+md5sums=('a6b87f5eef7f4465e8bb5f1af8a076d7') \ No newline at end of file