summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel Araujo2023-09-03 09:52:07 -0300
committerGabriel Araujo2023-09-03 09:52:07 -0300
commit73dbfdbb1f9577dc89d629c77c548f5d371a82fb (patch)
tree735908ca192b8e4d504e0b9d9472d129bd5e4d91 /PKGBUILD
parentfc56d66274571eace42217f95c96109a8f13656b (diff)
downloadaur-cdm-git.tar.gz
Update source repository protocol from 'git' 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 6c184725eeda..26f7716832fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=cdm-git
_pkgname="cdm"
pkgver=r170.594d94f
-pkgrel=1
+pkgrel=2
pkgdesc="The Console Display Manager"
arch=('any')
url="https://github.com/evertiro/cdm"
@@ -19,7 +19,7 @@ depends=('dialog' 'xorg-xinit' 'xorg-xdpyinfo' 'kbd')
provides=('cdm')
conflicts=('cdm')
backup=('etc/cdmrc')
-source=('git://github.com/evertiro/cdm.git')
+source=('git+https://github.com/evertiro/cdm.git')
md5sums=('SKIP')
epoch=1