summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblacktav2023-09-28 15:33:28 +0200
committerblacktav2023-09-28 15:33:28 +0200
commitaca1d15e25da79f405535641374c31e27474213c (patch)
treeff3aee2514b4385d26202ece8a83789823d601ea
parent13b836edc5320cf0868f7d038efba8fdd693722a (diff)
downloadaur-aca1d15e25da79f405535641374c31e27474213c.tar.gz
bump for new absl lib
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3be24cd6dce6..3fa22dfbbfa7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pokerth
pkgdesc = Client to online Poker game written in C++/Qt
pkgver = 1.1.2
- pkgrel = 29
+ pkgrel = 30
url = http://www.pokerth.net/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a0f1866eda70..eb4bb286bdc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=pokerth
pkgver=1.1.2
-pkgrel=29
+pkgrel=30
pkgdesc="Client to online Poker game written in C++/Qt"
arch=('i686' 'x86_64')
url="http://www.pokerth.net/"
@@ -46,6 +46,7 @@ prepare() {
patch -Np1 -i "${srcdir}/pokerth-1.1.2.patch.2023"
# ----------------------------------------------------------------------------
# change to use XDG_CONFIG_HOME if available
+ # currently sets folder within XDG_CONFIG_HOME to be .pokerth rather than pokerth
# changes suggested by @viktoracoric
# patch -Np1 -i "${srcdir}/pokerth-1.1.2.patch.xdg.2023"
# ----------------------------------------------------------------------------