summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')