summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Araujo2023-09-03 09:52:07 -0300
committerGabriel Araujo2023-09-03 09:52:07 -0300
commit73dbfdbb1f9577dc89d629c77c548f5d371a82fb (patch)
tree735908ca192b8e4d504e0b9d9472d129bd5e4d91
parentfc56d66274571eace42217f95c96109a8f13656b (diff)
downloadaur-73dbfdbb1f9577dc89d629c77c548f5d371a82fb.tar.gz
Update source repository protocol from 'git' to 'git+https'.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 337f24015777..3be25a98ad24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cdm-git
pkgdesc = The Console Display Manager
pkgver = r170.594d94f
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/evertiro/cdm
arch = any
@@ -14,7 +14,7 @@ pkgbase = cdm-git
provides = cdm
conflicts = cdm
backup = etc/cdmrc
- source = git://github.com/evertiro/cdm.git
+ source = git+https://github.com/evertiro/cdm.git
md5sums = SKIP
pkgname = cdm-git
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