summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Neumann2018-09-15 09:38:33 +0200
committerRichard Neumann2018-09-15 09:38:33 +0200
commite683b825b89c0f03a644601c4e9c34166dfa8ced (patch)
tree1ae28cc9118762adef22ee91369a3f21b845bdd2 /PKGBUILD
parentfcc5e1ea23a6fd5e46f39520ae82db3eebad1a00 (diff)
downloadaur-e683b825b89c0f03a644601c4e9c34166dfa8ced.tar.gz
Added conflicts.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b06f97bb60f..4cd28f34cb1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ license=('GPLv3')
depends=('python' 'python-peewee' 'python-argon2_cffi' 'python-timelib-git' 'python-strflib' 'python-functoolsplus')
makedepends=('git' 'python')
provides=("python-${_pkgbase}")
+conflicts=("python-${_pkgbase}")
source=("${_pkgbase}::git+${url}.git")
md5sums=('SKIP')
pkgdir='pkg'