summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 886a8244e585..49ff02f2c423 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,16 @@
+# Generated by mksrcinfo v8
+# Sat May 5 02:06:24 UTC 2018
pkgbase = python-click-repl-git
pkgdesc = Subcommand REPL for click apps.
- pkgver = latest
+ pkgver = r68.586d4b6
pkgrel = 1
url = https://github.com/untitaker/click-repl
arch = any
license = MIT
depends = python-click
depends = python-prompt_toolkit
+ provides = python-click-repl
+ conflicts = python-click-repl
options = !emptydirs
source = git+https://github.com/untitaker/click-repl.git
md5sums = SKIP
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')