Package Details: belcard-git 4.4.0.alpha.r1.g45b0a20-1

Git Clone URL: https://aur.archlinux.org/belcard-git.git (read-only, click to copy)
Package Base: belcard-git
Description: A library for working with vCards
Upstream URL: http://www.linphone.org/
Licenses: GPL
Conflicts: belcard
Provides: belcard
Submitter: thrasibule
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 3
Popularity: 0.000000
First Submitted: 2017-10-15 17:35 (UTC)
Last Updated: 2019-12-17 03:03 (UTC)

Dependencies (3)

Required by (2)

Sources (1)

Latest Comments

bonkii commented on 2019-03-26 11:56 (UTC)

Is there a reason why line 15 of PKGBUILD is

source=("git://github.com/BelledonneCommunications/$_pkgname.git")

and not

source=("git+https://github.com/BelledonneCommunications/$_pkgname.git") ? Why shouldn't it be possible to clone the repo via both ssh and https?