summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelixoid2018-04-20 16:42:12 +0200
committerfelixoid2018-04-20 16:42:12 +0200
commitb0c6d11a397a0fab44c53af5d3137e2299b38141 (patch)
treea80db9de83ca7d53a1e1b8dc069e350449dcd0b7
parent5e05fd944e238c272099a3c6e8d7374a451bb16d (diff)
downloadaur-b0c6d11a397a0fab44c53af5d3137e2299b38141.tar.gz
More templated PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5064cfe5d8bf..d64c90011d16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-adminapi-git
pkgdesc = The adminapi provides a python module which can talk to the InnoGames serveradmin via an API
- pkgver = 1.2.r1760.d69b8ed
+ pkgver = 1.2.r1771.6e3e9a0
pkgrel = 1
url = https://github.com/InnoGames/serveradmin
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 4898a24854a6..188c56b7d33d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_name=adminapi
pkgbase="python-${_name}-git"
pkgname=("python-${_name}-git" "python2-${_name}-git")
-pkgver=1.2.r1760.d69b8ed
+pkgver=1.2.r1771.6e3e9a0
pkgrel=1
pkgdesc='The adminapi provides a python module which can talk to the InnoGames serveradmin via an API'
arch=('any')
url="https://github.com/InnoGames/serveradmin"
makedepends=('python-setuptools' 'python2-setuptools')
license=('MIT')
-source=("adminapi::git+https://github.com/InnoGames/serveradmin.git")
+source=("${_name}::git+${url}.git")
sha1sums=('SKIP')
pkgver() {