summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViacheslav Chimishuk2020-02-11 01:03:34 +0200
committerViacheslav Chimishuk2020-02-11 01:03:34 +0200
commitf0eadec74030b822d797a758968aef52633204c4 (patch)
tree8ee5bd386878a7b3ebf5125b3bac92de0571b504
parentad7e9caf40fbc9571e016462e8c9424e3be96136 (diff)
downloadaur-f0eadec74030b822d797a758968aef52633204c4.tar.gz
Replace git protocol with https for sources download.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fabb3d17efb9..8662f68f9a7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = kbdd-git
depends = dbus-glib
provides = kbdd
conflicts = kbdd
- source = git://github.com/qnikst/kbdd
+ source = git+https://github.com/qnikst/kbdd.git
md5sums = SKIP
pkgname = kbdd-git
diff --git a/PKGBUILD b/PKGBUILD
index 3716726cd2ee..3392ef10c510 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ url="https://github.com/qnikst/kbdd"
license=('GPL3')
makedepends=('git' 'automake' 'autoconf' 'python')
depends=('libx11' 'dbus-glib')
-source=("git://github.com/qnikst/kbdd")
+source=("git+https://github.com/qnikst/kbdd.git")
md5sums=('SKIP')
build() {