summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-03-26 10:45:53 -0400
committerGuillaume Horel2019-03-26 10:45:53 -0400
commit1ef2f627bcf87b02707bb9144accdb773674c5be (patch)
tree4b0aea94267ce522d093c15e61a54c28623480ca
parent26cf2bdb0231cc01b70e9cc2a7e6ea9864c80d1e (diff)
downloadaur-1ef2f627bcf87b02707bb9144accdb773674c5be.tar.gz
version bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8166ee008d4b..19cbd15da321 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = bctoolbox-git
depends = mbedtls
provides = bctoolbox
conflicts = bctoolbox
- source = git://github.com/BelledonneCommunications/bctoolbox.git
+ source = git+https://github.com/BelledonneCommunications/bctoolbox.git
sha256sums = SKIP
pkgname = bctoolbox-git
diff --git a/PKGBUILD b/PKGBUILD
index 9df556cd7ba3..41c14bc491bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Contributor: Guillaume Horel <guillaume.horel@gmail.com>
+# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=bctoolbox-git
_pkgname=bctoolbox
@@ -12,7 +12,7 @@ conflicts=('bctoolbox')
provides=('bctoolbox')
depends=('libdecaf' 'mbedtls')
makedepends=('cmake' 'git')
-source=("git://github.com/BelledonneCommunications/$_pkgname.git")
+source=("git+https://github.com/BelledonneCommunications/$_pkgname.git")
sha256sums=('SKIP')
pkgver() {