summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Görtz2015-08-03 15:04:45 +0200
committerAlexander Görtz2015-08-03 15:04:45 +0200
commit2e5996941e4a8a2557bbb9ecb94e9553b7a42298 (patch)
tree9568fe1fb5066e821078bb196f7b45e12ef5d3ee
parent73ce41f5a011f3d041fc288ae6cee792508b25ea (diff)
downloadaur-2e5996941e4a8a2557bbb9ecb94e9553b7a42298.tar.gz
Fixed typo in conflicts statement
-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")