summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorblacktav2023-11-18 00:38:06 +0100
committerblacktav2023-11-18 00:38:06 +0100
commit89cabe921d35b31ca89ae591356863112e6344c9 (patch)
treed1a1aaef0bfcf2f7ac33a8f7e9830e19990f82b6 /PKGBUILD
parenteec0cd8836575c8f2bcbb4561eb2d0d3fd472a99 (diff)
downloadaur-89cabe921d35b31ca89ae591356863112e6344c9.tar.gz
revert to release 29
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb8d706c43ab..1cf978520b4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,9 @@
pkgname=pokerth
pkgver=1.1.2
-pkgrel=34
+<<<<<<< HEAD
+pkgrel=35
+
pkgdesc="Client to online Poker game written in C++/Qt"
arch=('i686' 'x86_64')
url="http://www.pokerth.net/"
@@ -47,7 +49,6 @@ 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"
# ----------------------------------------------------------------------------