upgpkg: polkit-explorer-git 22.3ad139b-5

* Update to Qt6
This commit is contained in:
Manuel 2024-10-25 20:28:30 +02:00
parent a2d0aaaa52
commit 4503924ffe
Signed by: Manuel
GPG key ID: 4085037435E1F07A
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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')