summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Hague2023-10-28 13:41:53 +0100
committerMatthew Hague2023-10-28 13:41:53 +0100
commit4891997c95f395cf0fa1a22e4724f6423f18ad22 (patch)
tree69e85fb785c3b5e90f240ea46ceb15980c8b9e22 /PKGBUILD
parent8cb3151ce97a4a2403f13e510c242dc742fefa15 (diff)
downloadaur-4891997c95f395cf0fa1a22e4724f6423f18ad22.tar.gz
Update git protocol to git+https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39ae52a7c17f..c725e56faf8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=rolo-git
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="Tracks your contacts with vCards and displays them to you with
a text-based menu."
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=('ncurses' 'libvc-git')
makedepends=('autoconf')
conflicts=(rolo)
provides=(rolo)
-source=(git://github.com/yourealwaysbe/rolo.git)
+source=(git+https://github.com/yourealwaysbe/rolo.git)
md5sums=('SKIP')
build() {