summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {