diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-08-30 17:04:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-08-30 17:04:23 +0000 |
commit | 045f55fc8d3d9e0c7314cb31731756b0d277b05d (patch) | |
tree | 1a10cdb5c0737e88b7f280dca7e6c1021775d167 /community/mate-desktop-environment | |
parent | 0b1d876ceb942551f8ab7d2a4457258ff7627e44 (diff) | |
download | aports-045f55fc8d3d9e0c7314cb31731756b0d277b05d.tar.bz2 aports-045f55fc8d3d9e0c7314cb31731756b0d277b05d.tar.xz |
community/mate-desktop-environment: use consolekit2
Diffstat (limited to 'community/mate-desktop-environment')
-rw-r--r-- | community/mate-desktop-environment/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mate-desktop-environment/APKBUILD b/community/mate-desktop-environment/APKBUILD index ace1ff0ea0..a1ebe5537b 100644 --- a/community/mate-desktop-environment/APKBUILD +++ b/community/mate-desktop-environment/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=mate-desktop-environment pkgver=1.18.0 -pkgrel=0 +pkgrel=1 pkgdesc="metapackage for MATE desktop environment" url="http://mate-desktop.org/" arch="noarch" @@ -34,7 +34,7 @@ depends="caja mate-utils hicolor-icon-theme - consolekit + consolekit2 " makedepends="" install="" |