summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab91e91bf769..11ace118b1be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = python-systemd-git
depends = python-lxml
depends = systemd
provides = python-systemd
+ conflicts = python-systemd
source = python-systemd-git::git+https://github.com/systemd/python-systemd.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5bfb7001879b..bd9e07fe6f4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/systemd/python-systemd"
depends=('python' 'python-lxml' 'systemd')
makedepends=('python-setuptools')
provides=python-systemd
-confilcts=python-systemd
+conflicts=python-systemd
license=('GPL3')
arch=('any')
source=("${pkgname}"::"git+https://github.com/systemd/python-systemd.git")