summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea96bd815183..0aad72cd6279 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bbcli-git
pkgdesc = inoffical Bitbucket.org command line tool
- pkgver = r39.50a3d2f
- pkgrel = 2
+ pkgver = r143.e36682e
+ pkgrel = 1
url = https://github.com/craftamap/bb
arch = x86_64
arch = i686
@@ -13,8 +13,7 @@ pkgbase = bbcli-git
makedepends = git
provides = bbcli
conflicts = bbcli
- source = bbcli-git::git://github.com/craftamap/bb.git
+ source = bbcli-git::git+https://github.com/craftamap/bb.git
sha256sums = SKIP
pkgname = bbcli-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 268608296144..280a4240d0ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christian Muehlhaeuser <muesli at gmail dot com>
pkgname=bbcli-git
-pkgver=r39.50a3d2f
-pkgrel=2
+pkgver=r143.e36682e
+pkgrel=1
pkgdesc="inoffical Bitbucket.org command line tool"
arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/craftamap/bb"
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('go' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=($pkgname::git://github.com/craftamap/bb.git)
+source=($pkgname::"git+${url}.git")
sha256sums=('SKIP')
prepare() {