Update to 10.84983b1
Bump of pkgrel not needed since produced package stays the same
This commit is contained in:
parent
ebe4e19613
commit
30c4b2fb4a
3 changed files with 6 additions and 22 deletions
12
PKGBUILD
12
PKGBUILD
|
@ -2,17 +2,15 @@
|
|||
# Contributor: Alad Wenter <https://wiki.archlinux.org/index.php/Special:EmailUser/Alad>
|
||||
|
||||
pkgname=polkit-explorer
|
||||
pkgver=6.e27209d
|
||||
pkgver=10.84983b1
|
||||
pkgrel=1
|
||||
pkgdesc='Present PolicyKit information in a human-readable form.'
|
||||
arch=('any')
|
||||
url="https://github.com/scarygliders/${pkgname}"
|
||||
license=('ISC')
|
||||
depends=('python2-pyqt4' 'python2-lxml')
|
||||
source=("git://github.com/scarygliders/${pkgname}.git"
|
||||
"${pkgname}.desktop")
|
||||
sha256sums=('SKIP'
|
||||
'4343e7c3c9e0dc03bfae8521ab4197661c6ddf4caf150ba4cf3369dc9550518a')
|
||||
source=("git://github.com/scarygliders/${pkgname}.git")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd "${srcdir}/${pkgname}"
|
||||
|
@ -26,11 +24,9 @@ package() {
|
|||
install -d -m755 "${pkgdir}"/{usr/bin,$pydir}
|
||||
install -m644 Ui_*.py "${pkgdir}/${pydir}/"
|
||||
|
||||
sed -i 's/python$/python2/' 'polkitex.py'
|
||||
install -m755 'polkitex.py' "${pkgdir}/${pydir}/"
|
||||
ln -s "/${pydir}/polkitex.py" "${pkgdir}/usr/bin/polkitex"
|
||||
|
||||
install -Dm644 'LICENSE' "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
install -Dm644 "${srcdir}/${pkgname}.desktop" \
|
||||
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
|
||||
install -Dm644 "polkitex.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue