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
|
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 = 22.3ad139b
|
||||||
pkgrel = 4
|
pkgrel = 5
|
||||||
url = https://github.com/scarygliders/polkit-explorer
|
url = https://github.com/scarygliders/polkit-explorer
|
||||||
arch = any
|
arch = any
|
||||||
license = ISC
|
license = ISC
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = python-pyqt5
|
depends = pyside6
|
||||||
depends = python-lxml
|
depends = python-lxml
|
||||||
provides = polkit-explorer
|
provides = polkit-explorer
|
||||||
conflicts = polkit-explorer
|
conflicts = polkit-explorer
|
||||||
|
|
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
pkgname=polkit-explorer-git
|
pkgname=polkit-explorer-git
|
||||||
_pkgname=${pkgname%-git}
|
_pkgname=${pkgname%-git}
|
||||||
pkgver=15.fac8d70
|
pkgver=22.3ad139b
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
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}"
|
url="https://github.com/scarygliders/${_pkgname}"
|
||||||
license=('ISC')
|
license=('ISC')
|
||||||
depends=('python-pyqt5' 'python-lxml')
|
depends=('pyside6' 'python-lxml')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
conflicts=('polkit-explorer')
|
conflicts=('polkit-explorer')
|
||||||
provides=('polkit-explorer')
|
provides=('polkit-explorer')
|
||||||
|
|
Loading…
Reference in a new issue