summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0f455604e75..fd0e9d6efaba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=xfconf
pkgname="${_pkgname}-git"
pkgver=4.13.5.r2.gc44883d
-pkgrel=1
+pkgrel=2
pkgdesc="A simple client-server configuration storage and query system - git checkout"
arch=('i686' 'x86_64')
url="http://www.xfce.org/"
@@ -10,7 +10,7 @@ license=('GPL2')
groups=('xfce4')
depends=('libxfce4util' 'dbus-glib')
makedepends=('intltool' 'git' 'xfce4-dev-tools')
-provides=("$_pkgname")
+provides=("${_pkgname}=${pkgver}")
conflicts=("$_pkgname" 'terminal')
replaces=("$_pkgname" 'terminal')
source=("git://git.xfce.org/xfce/$_pkgname")