summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0adec2318d4..e20be6bd25ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 6 07:13:34 UTC 2016
+# Sat Apr 22 19:48:30 UTC 2017
pkgbase = obs-service-recompress-git
pkgdesc = Compression Service for the OpenSUSE Build Service (OBS)
- pkgver = 0.3.1.r14
+ pkgver = 0.3.1.r18
pkgrel = 1
url = https://github.com/openSUSE/obs-service-recompress
arch = any
@@ -10,7 +10,7 @@ pkgbase = obs-service-recompress-git
license = GPL3
depends = obs-build
depends = git
- source = obs-service-recompress-git::git+https://github.com/openSUSE/obs-service-recompress-git.git
+ source = obs-service-recompress-git::git+https://github.com/openSUSE/obs-service-recompress.git
md5sums = SKIP
pkgname = obs-service-recompress-git
diff --git a/PKGBUILD b/PKGBUILD
index 8c7405225874..dee8047da68f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=obs-service-recompress-git
_pkgver=0.3.1
-pkgver="${_pkgver}.r14"
+pkgver="${_pkgver}.r18"
pkgrel=1
pkgdesc="Compression Service for the OpenSUSE Build Service (OBS)"
arch=('any')
url="https://github.com/openSUSE/obs-service-recompress"
license=('GPL3')
-source=("${pkgname}::git+https://github.com/openSUSE/${pkgname}.git")
+source=("${pkgname}::git+https://github.com/openSUSE/${pkgname%-*}.git")
groups=('obs')
depends=('obs-build' 'git')
md5sums=('SKIP')