summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anderson2022-03-24 21:03:00 -0700
committerEric Anderson2022-03-24 21:03:00 -0700
commit8a155ba3a554c789cd9b74a4c738cb80cd90b724 (patch)
tree0029611f8a7e1c5a8f4258862e3f87357056dbed
parent7e095e7deabd96dc1ccd91025000afa0127bb711 (diff)
downloadaur-printrun-git.tar.gz
Swap to git+https as github turned down git://
https://github.blog/2021-09-01-improving-git-protocol-security-github/
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9fe0c8f6977..fe2bbc44af0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,7 @@ pkgbase = printrun-git
optdepends = python-psutil: to increase process priority when printing
provides = printrun
conflicts = printrun
- source = git://github.com/kliment/Printrun.git
+ source = git+https://github.com/kliment/Printrun.git
sha256sums = SKIP
pkgname = printrun-git
diff --git a/PKGBUILD b/PKGBUILD
index 5468b311b150..1d0eacaf6588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ optdepends=(
'python-dbus: to inhibit sleep when printing'
'python-psutil: to increase process priority when printing')
makedepends=('git' 'cython' 'python-setuptools')
-source=('git://github.com/kliment/Printrun.git')
+source=('git+https://github.com/kliment/Printrun.git')
sha256sums=('SKIP')
pkgver() {