diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-04-10 08:40:07 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-04-10 08:40:07 -0500 |
commit | 783d0a3833b5e1719abe0f050b82217ef76db4d9 (patch) | |
tree | f4ba92d726ba0063c9c024299f525c8a862cef38 | |
parent | 641acfc4c2d208068130e5f73b817e7428dca818 (diff) | |
download | abslibre-783d0a3833b5e1719abe0f050b82217ef76db4d9.tar.gz abslibre-783d0a3833b5e1719abe0f050b82217ef76db4d9.tar.bz2 abslibre-783d0a3833b5e1719abe0f050b82217ef76db4d9.zip |
consolekit-1.1.0-12.2: rebuild
-rw-r--r-- | pcr/consolekit/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/consolekit/PKGBUILD b/pcr/consolekit/PKGBUILD index e1a79752b..892ada1c9 100644 --- a/pcr/consolekit/PKGBUILD +++ b/pcr/consolekit/PKGBUILD @@ -5,16 +5,16 @@ _pkgname=ConsoleKit2 pkgname=consolekit pkgver=1.1.0 -pkgrel=12.1 +pkgrel=12.2 pkgdesc="A framework for defining and tracking users, login sessions, and seats" arch=('i686' 'x86_64' 'armv7h') url="https://github.com/ConsoleKit2/ConsoleKit2" license=('GPL') -depends=('dbus' 'glib2' 'libx11' 'polkit-consolekit' 'libudev' 'zlib') +depends=('cgmanager' 'dbus' 'glib2' 'libx11' 'polkit-consolekit' 'libudev' 'zlib') optdepends=('pm-utils: Suspend and hibernate power management' 'consolekit-openrc: consolekit openrc initscript' 'cgmanager-openrc: cgmanager openrc initscript') -makedepends=('xmlto' 'docbook-xsl' 'cgmanager' 'python') +makedepends=('xmlto' 'docbook-xsl' 'python') options=('!libtool') source=("$url/releases/download/$pkgver/$_pkgname-$pkgver.tar.bz2" 'consolekit.tmpfiles.conf' |