[arch-commits] Commit in gitlab-workhorse/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Sep 25 14:52:14 UTC 2016


    Date: Sunday, September 25, 2016 @ 14:52:13
  Author: svenstaro
Revision: 190549

upgpkg: gitlab-workhorse 0.8.2-1

upstream release 0.8.2

Modified:
  gitlab-workhorse/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-25 14:49:42 UTC (rev 190548)
+++ PKGBUILD	2016-09-25 14:52:13 UTC (rev 190549)
@@ -3,8 +3,8 @@
 # Contributor: Pavol (Lopo) Hluchy <lopo AT losys DOT eu>
 
 pkgname=gitlab-workhorse
-pkgver=0.7.2
-pkgrel=6
+pkgver=0.8.2
+pkgrel=1
 pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app (Unicorn)"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-workhorse"
@@ -11,19 +11,19 @@
 license=('MIT')
 depends=('glibc')
 makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=${pkgver}"
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver}"
         "gitlab-workhorse.service")
-sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
+sha256sums=('050734604b993957e7b1060035a5709c3dfc03a6a9ed7aafa3f26f32691f6448'
             '41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
 
 build() {
-  cd "${pkgname}-${pkgver}-"*
+  cd "${pkgname}-v${pkgver}-"*
 
   make
 }
 
 package() {
-  cd "${pkgname}-${pkgver}-"*
+  cd "${pkgname}-v${pkgver}-"*
 
   install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
   install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"



More information about the arch-commits mailing list