upgpkg: polkit-explorer-git 22.3ad139b-5
* Update to Qt6
This commit is contained in:
parent
a2d0aaaa52
commit
4503924ffe
2 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
|||
pkgbase = polkit-explorer-git
|
||||
pkgdesc = Present PolicyKit information in a human-readable form.
|
||||
pkgver = 15.fac8d70
|
||||
pkgrel = 4
|
||||
pkgver = 22.3ad139b
|
||||
pkgrel = 5
|
||||
url = https://github.com/scarygliders/polkit-explorer
|
||||
arch = any
|
||||
license = ISC
|
||||
makedepends = git
|
||||
depends = python-pyqt5
|
||||
depends = pyside6
|
||||
depends = python-lxml
|
||||
provides = polkit-explorer
|
||||
conflicts = polkit-explorer
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
|
||||
pkgname=polkit-explorer-git
|
||||
_pkgname=${pkgname%-git}
|
||||
pkgver=15.fac8d70
|
||||
pkgrel=4
|
||||
pkgver=22.3ad139b
|
||||
pkgrel=5
|
||||
pkgdesc='Present PolicyKit information in a human-readable form.'
|
||||
arch=('any')
|
||||
url="https://github.com/scarygliders/${_pkgname}"
|
||||
license=('ISC')
|
||||
depends=('python-pyqt5' 'python-lxml')
|
||||
depends=('pyside6' 'python-lxml')
|
||||
makedepends=('git')
|
||||
conflicts=('polkit-explorer')
|
||||
provides=('polkit-explorer')
|
||||
|
|
Loading…
Reference in a new issue