summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69faaa38610d..529ede10db50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-prompt_toolkit-2
pkgver=2.0.5
-pkgrel=2
+pkgrel=3
pkgdesc="Library for building powerful interactive command line applications in Python"
url="https://github.com/jonathanslenders/python-prompt-toolkit"
arch=(any)
@@ -10,8 +10,8 @@ license=('BSD')
depends=('python' 'python-six>=1.9.0' 'python-wcwidth')
makedepends=('python-distribute')
source=($pkgname-$pkgver.zip::https://github.com/jonathanslenders/python-prompt-toolkit/archive/$pkgver.tar.gz)
-provides=('python-prompt_toolkit-2')
-conflicts=('python-prompt_toolkit-2')
+provides=('python-prompt_toolkit')
+conflicts=('python-prompt_toolkit')
md5sums=('162202d940109a2425ea7746b33c7cd4')
package() {