summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8cc8b393da2f..368bf6bc21aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,8 @@ pkgdesc="Mock D-Bus objects"
arch=(any)
url="https://github.com/martinpitt/${_base}"
license=(LGPL3)
+provides=("${_base}")
+conflicts=("${_base}")
depends=(python-dbus python-gobject)
makedepends=(python-setuptools)
source=("git+${url}")