summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorasm0dey2019-06-04 12:10:22 +0300
committerasm0dey2019-06-04 12:10:22 +0300
commit51865dae2ae747e0b592ecb48fe86264f10e9b36 (patch)
treebb72cc364727a2508ed47a19d30f97c473566598 /PKGBUILD
parenta17e8a86b5bb64b2e6528c37e4cfd939de26c8c6 (diff)
downloadaur-python-prompt_toolkit-2.tar.gz
Who has two thumbs and remembers the rudiments of his linear algebra courses? Apparently, this guy. (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 6c7b7c8b1768..5d2c5e18b436 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase="python-prompt_toolkit-2"
pkgname=("python-prompt_toolkit-2" "python2-prompt_toolkit-2")
-pkgver=2.0.7
+pkgver=2.0.9
pkgrel=3
pkgdesc="Library for building powerful interactive command line applications in Python"
url="https://github.com/jonathanslenders/python-prompt-toolkit"
@@ -10,7 +10,7 @@ arch=(any)
license=('BSD')
makedepends=('python-distribute')
source=($pkgname-$pkgver.tar.gz::https://github.com/jonathanslenders/python-prompt-toolkit/archive/$pkgver.tar.gz)
-md5sums=('43fa46c2fd484d221db2637ef545c944')
+md5sums=('2d9887a39780f85099ec8f117a2e1801')
prepare() {
cp -a "${srcdir}/python-prompt-toolkit-${pkgver}" "${srcdir}/python2-prompt-toolkit-${pkgver}"