summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2018-05-04 23:06:28 -0300
committerHugo Osvaldo Barrera2018-05-04 23:06:28 -0300
commit5fa7e189013a5d9e70d93f3bc745d0c2734942e0 (patch)
tree071a5b565abb1c8ba9dc9ea066740480a0d5b103 /PKGBUILD
parentedf03686b68dfaa986d23ce466f4575f8355b43f (diff)
downloadaur-python-click-repl-git.tar.gz
Make this package conflict with the non-git one
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c57bed5083a..73cbe82124b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=python-click-repl-git
_pkgname=click-repl
-pkgver=latest
+pkgver=r68.586d4b6
pkgrel=1
pkgdesc="Subcommand REPL for click apps."
arch=('any')
url="https://github.com/untitaker/${_pkgname}"
license=('MIT')
depends=('python-click' 'python-prompt_toolkit')
+provides=('python-click-repl')
+conflicts=('python-click-repl')
options=(!emptydirs)
source=("git+https://github.com/untitaker/${_pkgname}.git")
md5sums=('SKIP')