summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortonikelope2020-11-19 13:58:18 +0100
committertonikelope2020-11-19 13:58:18 +0100
commitf301506498599a0df54fc40117a22ffe66dd68a8 (patch)
treec5a462878362ddb5ddb4e3efd0ad73fe65ffb946
parentac747ea8689f3d237c06cd10c83cabdf1a5efd30 (diff)
downloadaur-f301506498599a0df54fc40117a22ffe66dd68a8.tar.gz
5.54
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45636e76916e..fc262969ab86 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.53
+ pkgver = 5.54
pkgrel = 1
url = https://tonikelope.github.io/coronapoker/
arch = x86_64
license = GPL3
- source = https://github.com/tonikelope/coronapoker/releases/download/v5.53/CoronaPokerLINUX_5.53_portable.zip
- md5sums = a4456d4fbb0b41c1e197743a03d656f7
+ source = https://github.com/tonikelope/coronapoker/releases/download/v5.54/CoronaPokerLINUX_5.54_portable.zip
+ md5sums = 90e80043be40ea86aac9359e499feb80
pkgname = coronapoker
diff --git a/PKGBUILD b/PKGBUILD
index bd60a4712611..54ef9a2c621f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tonikelope <tonikelope@gmail.com>
pkgname=coronapoker
-pkgver=5.53
+pkgver=5.54
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=('a4456d4fbb0b41c1e197743a03d656f7') \ No newline at end of file
+md5sums=('90e80043be40ea86aac9359e499feb80') \ No newline at end of file