summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2018-10-09 11:02:20 +0300
committerasm0dey2018-10-09 11:02:20 +0300
commitda8c64d6f88adf1f341a227d0ca87b80d866d5fe (patch)
tree11effa725adf6037fa403badd5a688b772dd8bc0
parentb05cf2ee2bd62d43a0ff953a6db73adb4420551a (diff)
downloadaur-da8c64d6f88adf1f341a227d0ca87b80d866d5fe.tar.gz
Fix PC Load Letter Error (http://whatthecommit.com)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be48cfc82cb2..812b8e0a3f5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-prompt_toolkit-2
pkgdesc = Library for building powerful interactive command line applications in Python
pkgver = 2.0.5
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/jonathanslenders/python-prompt-toolkit
arch = any
license = BSD
@@ -9,7 +9,7 @@ pkgbase = python-prompt_toolkit-2
depends = python
depends = python-six>=1.9.0
depends = python-wcwidth
- provides = python-prompt_toolkit
+ provides = python-prompt_toolkit-2
conflicts = python-prompt_toolkit
source = python-prompt_toolkit-2-2.0.5.zip::https://github.com/jonathanslenders/python-prompt-toolkit/archive/2.0.5.tar.gz
md5sums = 162202d940109a2425ea7746b33c7cd4
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')