summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Rice2022-05-10 17:50:41 -0400
committerPeter Rice2022-05-10 17:50:41 -0400
commitef27b0b87675cbe065e5680ecb18c95b5cf88c15 (patch)
treefa5d05f7874c50ba7e2132db7b79723df246f489
parent4c4df8e8162ee6ce7b7cbf2c5a81c83f15ef8b30 (diff)
downloadaur-ef27b0b87675cbe065e5680ecb18c95b5cf88c15.tar.gz
switch from deprecated git scheme
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e048054c77cb..0fba80437475 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('any')
depends=('python' 'python-pyxdg')
makedepends=('git' 'python-setuptools' 'python-setuptools-scm')
provides=('qbpm')
-source=("git://github.com/pvsr/qbpm")
+source=("git+https://github.com/pvsr/qbpm")
pkgver() {
cd qbpm