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
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = polkit-explorer-git
|
pkgbase = polkit-explorer-git
|
||||||
pkgdesc = Present PolicyKit information in a human-readable form.
|
pkgdesc = Present PolicyKit information in a human-readable form.
|
||||||
pkgver = 15.fac8d70
|
pkgver = 15.fac8d70
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://github.com/scarygliders/polkit-explorer
|
url = https://github.com/scarygliders/polkit-explorer
|
||||||
arch = any
|
arch = any
|
||||||
license = ISC
|
license = ISC
|
||||||
|
@ -9,7 +9,7 @@ pkgbase = polkit-explorer-git
|
||||||
depends = python-lxml
|
depends = python-lxml
|
||||||
provides = polkit-explorer
|
provides = polkit-explorer
|
||||||
conflicts = polkit-explorer
|
conflicts = polkit-explorer
|
||||||
source = git://github.com/scarygliders/polkit-explorer.git
|
source = git+https://github.com/scarygliders/polkit-explorer.git
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = polkit-explorer-git
|
pkgname = polkit-explorer-git
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
pkgname=polkit-explorer-git
|
pkgname=polkit-explorer-git
|
||||||
pkgver=15.fac8d70
|
pkgver=15.fac8d70
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='Present PolicyKit information in a human-readable form.'
|
pkgdesc='Present PolicyKit information in a human-readable form.'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/scarygliders/${pkgname//-git}"
|
url="https://github.com/scarygliders/${pkgname//-git}"
|
||||||
|
@ -11,7 +11,7 @@ license=('ISC')
|
||||||
depends=('python-pyqt5' 'python-lxml')
|
depends=('python-pyqt5' 'python-lxml')
|
||||||
conflicts=('polkit-explorer')
|
conflicts=('polkit-explorer')
|
||||||
provides=('polkit-explorer')
|
provides=('polkit-explorer')
|
||||||
source=("git://github.com/scarygliders/${pkgname//-git}.git")
|
source=("git+https://github.com/scarygliders/${pkgname//-git}.git")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
|
|
Loading…
Reference in a new issue