summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorasm0dey2018-10-09 10:53:21 +0300
committerasm0dey2018-10-09 10:53:21 +0300
commitfaf0273e3b20a971d78138bfab026da6722249e4 (patch)
tree72b794f0e38341c5a21e4a921a582a442aa66c92 /PKGBUILD
parenta7e06eee209a0b313c3a8cce599208bc692afdb5 (diff)
downloadaur-faf0273e3b20a971d78138bfab026da6722249e4.tar.gz
just shoot me (http://whatthecommit.com)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a4980c01244..69faaa38610d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-prompt_toolkit-2
pkgver=2.0.5
-pkgrel=1
+pkgrel=2
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')
-conflicts=('python-prompt_toolkit')
+provides=('python-prompt_toolkit-2')
+conflicts=('python-prompt_toolkit-2')
md5sums=('162202d940109a2425ea7746b33c7cd4')
package() {