summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Hague2023-10-28 11:59:56 +0100
committerMatthew Hague2023-10-28 11:59:56 +0100
commit326aefc6d9c25d5067cfb8f04c9999082f464393 (patch)
treecfd412aa3f33e6cd649ec102fe66f9ae0e056433
parent0ef0fe9a02f8952f66f307f1705720fcfadc0bc7 (diff)
downloadaur-326aefc6d9c25d5067cfb8f04c9999082f464393.tar.gz
Update to git+https protocol
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f775b2d68f8d..6926aafd72da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,8 +12,7 @@ pkgbase = libvc-git
depends = glibc
provides = libvc
conflicts = libvc
- source = git://github.com/yourealwaysbe/libvc.git
+ source = git+https://github.com/yourealwaysbe/libvc.git
md5sums = SKIP
pkgname = libvc-git
-
diff --git a/PKGBUILD b/PKGBUILD
index b56b79326b2e..f753b73dbc7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libvc-git
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="vCard library, part of rolo project."
arch=('i686' 'x86_64')
url="https://github.com/yourealwaysbe/libvc"
@@ -13,7 +13,7 @@ depends=('glibc')
makedepends=('flex' 'git' 'autoconf')
conflicts=(libvc)
provides=(libvc)
-source=(git://github.com/yourealwaysbe/libvc.git)
+source=(git+https://github.com/yourealwaysbe/libvc.git)
md5sums=('SKIP')
build() {