summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortonikelope2020-11-14 16:55:28 +0100
committertonikelope2020-11-14 16:55:28 +0100
commit97999feb05e8f705c57c155272609cf6ac6401f5 (patch)
tree0a5f44ab4c5b8135e70178eb2022e600500b98f5
parent0c77ff10927a71b3223cce73c11f8791e55c5a7e (diff)
downloadaur-97999feb05e8f705c57c155272609cf6ac6401f5.tar.gz
5.37
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b856e3b4703..55bd17d13f98 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.36
+ pkgver = 5.37
pkgrel = 1
url = https://tonikelope.github.io/coronapoker/
arch = x86_64
license = GPL3
- source = https://github.com/tonikelope/coronapoker/releases/download/v5.36/CoronaPokerLINUX_5.36_portable.zip
- md5sums = e2831d4ea6a910a2f276f429e60b9fe6
+ source = https://github.com/tonikelope/coronapoker/releases/download/v5.37/CoronaPokerLINUX_5.37_portable.zip
+ md5sums = ab8e42efe73d789559a7af51793e4e73
pkgname = coronapoker
diff --git a/PKGBUILD b/PKGBUILD
index 4e8d8a492a3d..127316b86e89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tonikelope <tonikelope@gmail.com>
pkgname=coronapoker
-pkgver=5.36
+pkgver=5.37
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=('e2831d4ea6a910a2f276f429e60b9fe6') \ No newline at end of file
+md5sums=('ab8e42efe73d789559a7af51793e4e73') \ No newline at end of file