summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcc103c2795a..77d3ddf654a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=obs-service-tar_scm-git
_pkgver=0.5.3
-pkgver="${_pkgver}.r213"
+# Will be updated automatically by 'pkgver'
+pkgver=0.5.3.r251
pkgrel=1
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
arch=('any')
url="https://github.com/openSUSE/obs-service-tar_scm"
license=('GPL3')
-source=("${pkgname}::git+https://github.com/openSUSE/${pkgname}.git")
+source=("${pkgname}::git+https://github.com/openSUSE/${pkgname%-git}.git")
groups=('obs')
depends=('python2' 'obs-build' 'git')
optdepends=('subversion: svn repo support.'