summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblacktav2023-09-06 17:32:01 +0200
committerblacktav2023-09-06 17:32:01 +0200
commit13b836edc5320cf0868f7d038efba8fdd693722a (patch)
tree059028550343abd4b42f56578e528a236daea39b
parent339a4c00347bb6fdb380e888d49ef4432cf1d769 (diff)
downloadaur-13b836edc5320cf0868f7d038efba8fdd693722a.tar.gz
reverted XDG patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87dc4d9db2a8..3be24cd6dce6 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 = 28
+ pkgrel = 29
url = http://www.pokerth.net/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 345f2448d3e0..a0f1866eda70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=pokerth
pkgver=1.1.2
-pkgrel=28
+pkgrel=29
pkgdesc="Client to online Poker game written in C++/Qt"
arch=('i686' 'x86_64')
url="http://www.pokerth.net/"
@@ -47,7 +47,7 @@ prepare() {
# ----------------------------------------------------------------------------
# change to use XDG_CONFIG_HOME if available
# changes suggested by @viktoracoric
- patch -Np1 -i "${srcdir}/pokerth-1.1.2.patch.xdg.2023"
+ # patch -Np1 -i "${srcdir}/pokerth-1.1.2.patch.xdg.2023"
# ----------------------------------------------------------------------------
# good idea to do this at all times