Fix unsupported git protocol still being used

Thanks goes to @a821 for the hint
This commit is contained in:
Manuel 2022-03-24 19:40:43 +01:00
parent dd48b090ef
commit c39956b6dc
Signed by: Manuel
GPG key ID: 4085037435E1F07A
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
pkgname=polkit-explorer-git
pkgver=15.fac8d70
pkgrel=2
pkgrel=3
pkgdesc='Present PolicyKit information in a human-readable form.'
arch=('any')
url="https://github.com/scarygliders/${pkgname//-git}"
@ -11,7 +11,7 @@ license=('ISC')
depends=('python-pyqt5' 'python-lxml')
conflicts=('polkit-explorer')
provides=('polkit-explorer')
source=("git://github.com/scarygliders/${pkgname//-git}.git")
source=("git+https://github.com/scarygliders/${pkgname//-git}.git")
sha256sums=('SKIP')
pkgver() {