summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuoi2022-04-15 12:01:13 +0100
committerKuoi2022-04-15 12:01:13 +0100
commiteab95e8a93b9b2b868dc3a24e3833604b7188fe6 (patch)
treedbedeb2dd6c5fdeb8c625e29fa280b0315f56df8
parent7942c7dd6aad006e930058d78af928214037e0c6 (diff)
downloadaur-eab95e8a93b9b2b868dc3a24e3833604b7188fe6.tar.gz
update the source
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1561dbd95256..0c14576930a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = archrepo2-git
depends = python-pyinotify
depends = pacman
backup = etc/archrepo2.ini
- source = git://github.com/lilydjwg/archrepo2.git
+ source = git+https://github.com/lilydjwg/archrepo2.git
md5sums = SKIP
pkgname = archrepo2-git
diff --git a/PKGBUILD b/PKGBUILD
index b0eb0e173ea5..3a4917b35038 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://github.com/lilydjwg/archrepo2"
license=('MIT')
depends=('python' 'python-setuptools' 'python-tornado' 'python-pyinotify' 'pacman')
makedepends=('git')
-source=('git://github.com/lilydjwg/archrepo2.git')
+source=('git+https://github.com/lilydjwg/archrepo2.git')
md5sums=('SKIP')
backup=(etc/archrepo2.ini)