summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7350386a28d2..dbbd7f9fe58e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,14 @@ _srcname=serveradmin
pkgname="python-${_name}"
conflicts=("python-${_name}-git")
pkgver=1.7.0
-pkgrel=1
+pkgrel=2
pkgdesc='Adminapi is a python module which can be used to talk to the open source serveradmin project by Innogames'
arch=('any')
url="https://github.com/InnoGames/${_srcname}"
makedepends=('python-setuptools')
depends=('python' 'python-ipaddress' 'python-netaddr')
+provides=('python-adminapi')
+conflicts=('python-adminapi')
license=('MIT')
source=(
"${_srcname}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
@@ -18,7 +20,7 @@ source=(
)
sha256sums=(
'aad9999e3b9ef37389025435c7dd20323b0420dc50786c247e731e18a13e08e2'
- 'a1b19bafdfb32f997cfacb4855cfcbb1681e77fbff1ec292aa4cdbaebb11d107'
+ '086a0f7a7b935b27e1ece35d99202b4db10f6b5a4406dd45affba2bfaf89a08e'
)