summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorasm0dey2018-10-09 11:02:20 +0300
committerasm0dey2018-10-09 11:02:20 +0300
commitda8c64d6f88adf1f341a227d0ca87b80d866d5fe (patch)
tree11effa725adf6037fa403badd5a688b772dd8bc0 /PKGBUILD
parentb05cf2ee2bd62d43a0ff953a6db73adb4420551a (diff)
downloadaur-da8c64d6f88adf1f341a227d0ca87b80d866d5fe.tar.gz
Fix PC Load Letter Error (http://whatthecommit.com)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 529ede10db50..b7669cc65df4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-prompt_toolkit-2
pkgver=2.0.5
-pkgrel=3
+pkgrel=4
pkgdesc="Library for building powerful interactive command line applications in Python"
url="https://github.com/jonathanslenders/python-prompt-toolkit"
arch=(any)
@@ -10,7 +10,7 @@ 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')
+provides=('python-prompt_toolkit-2')
conflicts=('python-prompt_toolkit')
md5sums=('162202d940109a2425ea7746b33c7cd4')