summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 619c6307dc5e..049d31722a5b 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.2
+ pkgver = 5.3
pkgrel = 1
url = https://tonikelope.github.io/coronapoker/
arch = x86_64
license = GPL3
- source = https://github.com/tonikelope/coronapoker/releases/download/v5.2/CoronaPokerLINUX_5.2_portable.zip
- md5sums = ef71a36d8f573d9fc2ec0b2501292b8f
+ source = https://github.com/tonikelope/coronapoker/releases/download/v5.3/CoronaPokerLINUX_5.3_portable.zip
+ md5sums = e2809b424abb4d62bb7c286f3d0065b9
pkgname = coronapoker
diff --git a/PKGBUILD b/PKGBUILD
index c1494f3ed946..f12bc70e1023 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tonikelope <tonikelope@gmail.com>
pkgname=coronapoker
-pkgver=5.2
+pkgver=5.3
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=('ef71a36d8f573d9fc2ec0b2501292b8f') \ No newline at end of file
+md5sums=('e2809b424abb4d62bb7c286f3d0065b9') \ No newline at end of file