summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkensand2023-11-16 19:48:15 -0500
committerkensand2023-11-16 19:48:15 -0500
commit1084322f101d5bccb47fa5854e2dff4fb3f414ad (patch)
tree1a595c661bd354647810982479e1a66e13319163 /PKGBUILD
parentbbb734f1467e2325af77d77fb54865a03393af4e (diff)
downloadaur-carps-cups-git.tar.gz
Fix git uri to use https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5e082a6d343..584285df6fd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('libcups')
makedepends=('git')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-source=('git://github.com/ondrej-zary/carps-cups.git')
+source=('git+https://github.com/ondrej-zary/carps-cups.git')
md5sums=('SKIP')
pkgver() {