Update to 12.065314e
Bump of pkgrel because package moved to Qt5
This commit is contained in:
parent
30c4b2fb4a
commit
4d78a035ed
2 changed files with 6 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,13 +1,11 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Tue Oct 3 13:00:55 UTC 2017
|
||||
pkgbase = polkit-explorer
|
||||
pkgdesc = Present PolicyKit information in a human-readable form.
|
||||
pkgver = 10.84983b1
|
||||
pkgrel = 1
|
||||
pkgver = 12.065314e
|
||||
pkgrel = 2
|
||||
url = https://github.com/scarygliders/polkit-explorer
|
||||
arch = any
|
||||
license = ISC
|
||||
depends = python2-pyqt4
|
||||
depends = python2-pyqt5
|
||||
depends = python2-lxml
|
||||
source = git://github.com/scarygliders/polkit-explorer.git
|
||||
sha256sums = SKIP
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,13 +2,13 @@
|
|||
# Contributor: Alad Wenter <https://wiki.archlinux.org/index.php/Special:EmailUser/Alad>
|
||||
|
||||
pkgname=polkit-explorer
|
||||
pkgver=10.84983b1
|
||||
pkgrel=1
|
||||
pkgver=12.065314e
|
||||
pkgrel=2
|
||||
pkgdesc='Present PolicyKit information in a human-readable form.'
|
||||
arch=('any')
|
||||
url="https://github.com/scarygliders/${pkgname}"
|
||||
license=('ISC')
|
||||
depends=('python2-pyqt4' 'python2-lxml')
|
||||
depends=('python2-pyqt5' 'python2-lxml')
|
||||
source=("git://github.com/scarygliders/${pkgname}.git")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
|
Loading…
Reference in a new issue