summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2024-02-17 11:32:01 +0100
committerRichard Neumann2024-02-17 11:32:01 +0100
commitcf1844cecc6f34abb48769992279005d69761c78 (patch)
treef2e140246d489e08c14a10a4bb96900c2c4e2746
parent2b8b08d870d97a6f3bddff74f35f1f901e34e87b (diff)
downloadaur-cf1844cecc6f34abb48769992279005d69761c78.tar.gz
Update to 2.4.6-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae5b0691d941..d27ae6ad312e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-rcon
pkgdesc = Python 3 RCON client library and scripts
- pkgver = 2.4.2
+ pkgver = 2.4.6
pkgrel = 1
url = https://github.com/coNQP/rcon
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-rcon
depends = python
depends = python-setuptools
optdepends = python-gobject: for GUI support
- source = rcon::git+https://github.com/coNQP/rcon.git#tag=2.4.2
+ source = rcon::git+https://github.com/coNQP/rcon.git#tag=2.4.6
md5sums = SKIP
pkgname = python-rcon
diff --git a/PKGBUILD b/PKGBUILD
index 25df4d58c34d..1581a04a39a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='rcon'
pkgname="python-${_pkgbase}"
-pkgver=2.4.2
+pkgver=2.4.6
pkgrel=1
pkgdesc='Python 3 RCON client library and scripts'
arch=('any')