Update to 10.84983b1

Bump of pkgrel not needed since produced package stays the same
This commit is contained in:
Manuel Hüsers 2017-10-03 15:00:55 +02:00
parent ebe4e19613
commit 30c4b2fb4a
3 changed files with 6 additions and 22 deletions

View file

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Sat Feb 6 19:10:00 UTC 2016
# Tue Oct 3 13:00:55 UTC 2017
pkgbase = polkit-explorer
pkgdesc = Present PolicyKit information in a human-readable form.
pkgver = 6.e27209d
pkgver = 10.84983b1
pkgrel = 1
url = https://github.com/scarygliders/polkit-explorer
arch = any
@ -10,9 +10,7 @@ pkgbase = polkit-explorer
depends = python2-pyqt4
depends = python2-lxml
source = git://github.com/scarygliders/polkit-explorer.git
source = polkit-explorer.desktop
sha256sums = SKIP
sha256sums = 4343e7c3c9e0dc03bfae8521ab4197661c6ddf4caf150ba4cf3369dc9550518a
pkgname = polkit-explorer

View file

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

View file

@ -1,10 +0,0 @@
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Polkit-explorer
Comment=Present PolicyKit information in a human-readable form.
Exec=polkitex
Icon=emblem-system
Terminal=false
StartupNotify=false
Categories=System;