Change back to base repo
This commit is contained in:
parent
9a19ab8611
commit
1c8c8625c4
2 changed files with 6 additions and 7 deletions
7
.SRCINFO
7
.SRCINFO
|
@ -1,14 +1,13 @@
|
||||||
pkgbase = polkit-explorer
|
pkgbase = polkit-explorer
|
||||||
pkgdesc = Present PolicyKit information in a human-readable form.
|
pkgdesc = Present PolicyKit information in a human-readable form.
|
||||||
pkgver = 14.6c912f1
|
pkgver = 15.fac8d70
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/ScrelliCopter/polkit-explorer
|
url = https://github.com/scarygliders/polkit-explorer
|
||||||
arch = any
|
arch = any
|
||||||
license = ISC
|
license = ISC
|
||||||
depends = python-pyqt5
|
depends = python-pyqt5
|
||||||
depends = python-lxml
|
depends = python-lxml
|
||||||
source = git://github.com/ScrelliCopter/polkit-explorer.git#branch=python3
|
source = git://github.com/scarygliders/polkit-explorer.git
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = polkit-explorer
|
pkgname = polkit-explorer
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,14 +2,14 @@
|
||||||
# Contributor: Alad Wenter <https://wiki.archlinux.org/index.php/Special:EmailUser/Alad>
|
# Contributor: Alad Wenter <https://wiki.archlinux.org/index.php/Special:EmailUser/Alad>
|
||||||
|
|
||||||
pkgname=polkit-explorer
|
pkgname=polkit-explorer
|
||||||
pkgver=14.6c912f1
|
pkgver=15.fac8d70
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
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/ScrelliCopter/${pkgname}"
|
url="https://github.com/scarygliders/${pkgname}"
|
||||||
license=('ISC')
|
license=('ISC')
|
||||||
depends=('python-pyqt5' 'python-lxml')
|
depends=('python-pyqt5' 'python-lxml')
|
||||||
source=("git://github.com/ScrelliCopter/${pkgname}.git#branch=python3")
|
source=("git://github.com/scarygliders/${pkgname}.git")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
|
|
Loading…
Reference in a new issue