summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2017-09-22 17:03:11 +0200
committerPhilipp A2017-09-22 17:03:11 +0200
commit1ad6775957cf5ac149b6346e540fc26546377376 (patch)
treec8faea4d0a6c45ac872213889a75fb2f214a9020
parent96f900196d254f4b9c7dabff28f8b768f9c33e06 (diff)
downloadaur-desktop-privileges.tar.gz
use upstream deps
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD9
3 files changed, 13 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f0df0eedefb..ac92f6a4e12d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
+# Generated by mksrcinfo v8
+# Fri Sep 22 15:01:58 UTC 2017
pkgbase = desktop-privileges
pkgdesc = A collection of polkit rules to manage automounting of removable media, suspend and hibernate actions and CPU frequency settings.
pkgver = 0.5
- pkgrel = 2
+ pkgrel = 3
url = https://aur.archlinux.org/packages/desktop-privileges/
arch = any
license = GPL
- depends = polkit-consolekit
- depends = udisks2-nosystemd
+ depends = polkit
+ depends = udisks2
depends = upower
depends = pm-utils
optdepends = mate-power-manager-upower
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d83dc1fbfefd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/src/
+/pkg/
+/*.pkg.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 6e4be0b2fef6..4c9e065e95a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Contributor: Ulf WInkelvos <ulf ät winkelvos dot de>
# Former Maintainer: anonymous_user <31337h4ck3r at gmail dot com>
# Former Maintainer: 3V0LU710N <db_eee at hotmail dot com>
-# Maintainer: nous at archlinux.us
+# Former Maintainer: nous at archlinux.us
+# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=desktop-privileges
pkgver=0.5
-pkgrel=2
+pkgrel=3
pkgdesc="A collection of polkit rules to manage automounting of removable media, suspend and hibernate actions and CPU frequency settings."
arch=('any')
url="https://aur.archlinux.org/packages/desktop-privileges/"
license=('GPL')
-depends=('polkit-consolekit' 'udisks2-nosystemd' 'upower' 'pm-utils')
+depends=('polkit' 'udisks2' 'upower' 'pm-utils')
optdepends=('mate-power-manager-upower')
conflicts=('polkit-automount-upower-rules')
replaces=('polkit-automount-upower-rules')
@@ -24,7 +25,7 @@ true
package() {
install -dm755 "${pkgdir}/etc/polkit-1/"
- install -dm700 "${pkgdir}/etc/polkit-1/rules.d/"
+ install -dm750 "${pkgdir}/etc/polkit-1/rules.d/"
install -Dm644 *.rules ${pkgdir}/etc/polkit-1/rules.d/
}