Rename package since it is a vcs package

This commit is contained in:
Manuel 2021-10-17 10:16:20 +02:00
parent 1c8c8625c4
commit fc9cc86c96
Signed by: SunRed
GPG key ID: 4085037435E1F07A
2 changed files with 11 additions and 7 deletions

View file

@ -1,13 +1,15 @@
pkgbase = polkit-explorer
pkgbase = polkit-explorer-git
pkgdesc = Present PolicyKit information in a human-readable form.
pkgver = 15.fac8d70
pkgrel = 1
pkgrel = 2
url = https://github.com/scarygliders/polkit-explorer
arch = any
license = ISC
depends = python-pyqt5
depends = python-lxml
provides = polkit-explorer
conflicts = polkit-explorer
source = git://github.com/scarygliders/polkit-explorer.git
sha256sums = SKIP
pkgname = polkit-explorer
pkgname = polkit-explorer-git

View file

@ -1,15 +1,17 @@
# Maintainer: Manuel Hüsers <aur@huesers.de>
# Contributor: Alad Wenter <https://wiki.archlinux.org/index.php/Special:EmailUser/Alad>
pkgname=polkit-explorer
pkgname=polkit-explorer-git
pkgver=15.fac8d70
pkgrel=1
pkgrel=2
pkgdesc='Present PolicyKit information in a human-readable form.'
arch=('any')
url="https://github.com/scarygliders/${pkgname}"
url="https://github.com/scarygliders/${pkgname//-git}"
license=('ISC')
depends=('python-pyqt5' 'python-lxml')
source=("git://github.com/scarygliders/${pkgname}.git")
conflicts=('polkit-explorer')
provides=('polkit-explorer')
source=("git://github.com/scarygliders/${pkgname//-git}.git")
sha256sums=('SKIP')
pkgver() {