summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d36009f969e..bc174bac5862 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ arch=('any')
license=('MIT')
depends=('python')
makedepends=('python-setuptools')
-provices=('python-dbus-next', 'dbus-next')
+provides=('python-dbus-next')
+conflicts=('python-dbus-next-git')
source=("https://files.pythonhosted.org/packages/source/d/dbus-next/${_module}-${pkgver}.tar.gz")
md5sums=('0d44e12e8689637a0c048ec7bb51d842')