summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5b316d0718d..da9bc7d73cb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _ver=1.14
_pkgbase=mate-polkit
pkgname=(${_pkgbase}-gtk2)
pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
pkgdesc="PolicyKit integration for the MATE desktop (GTK2 version)"
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
@@ -13,7 +13,8 @@ license=('LGPL')
depends=('gtk2' 'polkit')
makedepends=('accountsservice' 'gobject-introspection' 'intltool')
groups=('mate-gtk2')
-conflicts=("${_pkgbase}" "${_pkgbase}-gtk3")
+conflicts=("${_pkgbase}")
+provides=("${_pkgbase}")
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
sha1sums=('da2b4cf7b905a24fa22dd14e8991a71814ad7777')