summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2018-10-22 22:06:53 +0300
committerasm0dey2018-10-22 22:06:53 +0300
commitd2dafd601ea31bf362772dd4f1d0676be9e30d08 (patch)
treea75f676a4eee9b96d0da4d8eb7a462d6cb1e3858
parentda8c64d6f88adf1f341a227d0ca87b80d866d5fe (diff)
downloadaur-d2dafd601ea31bf362772dd4f1d0676be9e30d08.tar.gz
well crap. (http://whatthecommit.com)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 812b8e0a3f5a..17ff0ef88918 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 = 4
+ pkgver = 2.0.6
+ pkgrel = 1
url = https://github.com/jonathanslenders/python-prompt-toolkit
arch = any
license = BSD
@@ -11,8 +11,8 @@ pkgbase = python-prompt_toolkit-2
depends = python-wcwidth
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
+ source = python-prompt_toolkit-2-2.0.6.zip::https://github.com/jonathanslenders/python-prompt-toolkit/archive/2.0.6.tar.gz
+ md5sums = 03ec33c1678c37763b3c85c463c7e171
pkgname = python-prompt_toolkit-2
diff --git a/PKGBUILD b/PKGBUILD
index b7669cc65df4..6855298994fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: asm0dey <pavel.finkelshtein+AUR@gmail.com>
pkgname=python-prompt_toolkit-2
-pkgver=2.0.5
-pkgrel=4
+pkgver=2.0.6
+pkgrel=1
pkgdesc="Library for building powerful interactive command line applications in Python"
url="https://github.com/jonathanslenders/python-prompt-toolkit"
arch=(any)
@@ -12,7 +12,7 @@ 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')
-md5sums=('162202d940109a2425ea7746b33c7cd4')
+md5sums=('03ec33c1678c37763b3c85c463c7e171')
package() {
cd "$srcdir/python-prompt-toolkit-${pkgver}"