summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuiz Amaral2021-07-06 22:42:15 +0200
committerLuiz Amaral2021-07-06 22:42:15 +0200
commitc358a2ea59548c337a6a1d435d15b189681da36b (patch)
treee38b5c7884eff6b099d1caed777c012ef9cb7665
parent3c871a533bc95c053f11bd3f88eb4b4b39bb31f2 (diff)
downloadaur-c358a2ea59548c337a6a1d435d15b189681da36b.tar.gz
Update to version 3.7.1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb8ba570b21a..335248d4497d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-adminapi
pkgdesc = Adminapi is a python module which can be used to talk to the open source serveradmin project by Innogames
- pkgver = 3.3.1
+ pkgver = 3.7.1
pkgrel = 1
url = https://github.com/InnoGames/serveradmin
arch = any
@@ -11,10 +11,9 @@ pkgbase = python-adminapi
depends = python-netaddr
provides = python-adminapi
conflicts = python-adminapi
- source = serveradmin-3.3.1.tar.gz::https://github.com/InnoGames/serveradmin/archive/v3.3.1.tar.gz
+ source = serveradmin-3.7.1.tar.gz::https://github.com/InnoGames/serveradmin/archive/v3.7.1.tar.gz
source = adminapi-only.patch
sha256sums = 45945bdd53914a4fc61feeb8563cc349f6ed83778efc79e3c199eafbe135b3e2
sha256sums = 086a0f7a7b935b27e1ece35d99202b4db10f6b5a4406dd45affba2bfaf89a08e
pkgname = python-adminapi
-
diff --git a/PKGBUILD b/PKGBUILD
index 5e41b6cacbc0..ab470c93c85a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Mikhail felixoid Shiryaev mr<dot>felixoid<at>gmail<dot>com
+# Maintainer: Luiz Amaral <aur at luiz dot eng dot br>
_name=adminapi
_srcname=serveradmin
pkgname="python-${_name}"
conflicts=("python-${_name}-git")
-pkgver=3.3.1
+pkgver=3.7.1
pkgrel=1
pkgdesc='Adminapi is a python module which can be used to talk to the open source serveradmin project by Innogames'
arch=('any')
@@ -19,7 +20,7 @@ source=(
'adminapi-only.patch'
)
sha256sums=(
- '45945bdd53914a4fc61feeb8563cc349f6ed83778efc79e3c199eafbe135b3e2'
+ '8312e8d5c51fb631cdfd9d083f5af54df72e865c04b5b66666e05fd70fd277c5'
'086a0f7a7b935b27e1ece35d99202b4db10f6b5a4406dd45affba2bfaf89a08e'
)