Fix unsupported git protocol still being used
Thanks goes to @a821 for the hint
This commit is contained in:
parent
dd48b090ef
commit
c39956b6dc
2 changed files with 4 additions and 4 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue