summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2018-08-30 20:01:56 +0200
committermschubert2018-08-30 20:01:56 +0200
commit13f51656ad2e184b88eefe296b1d4adf8201cf35 (patch)
treec2e3e4ee942d9027e6ac4a58c0f1baf874206834 /PKGBUILD
parentcb9be842846d2f216ccf5815334156e4f0361826 (diff)
downloadaur-13f51656ad2e184b88eefe296b1d4adf8201cf35.tar.gz
version bump 0.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edc6b0486f85..b039582f32f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python-lineedit
_pkgname=${pkgname#python-}
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="a readline library based on prompt_toolkit which supports multiple modes"
url="https://github.com/randy3k/lineedit/archive/v$pkgver.tar.gz"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('readline' 'python-pygments' 'python-wcwidth' 'python-six')
makedepends=('python-setuptools')
source=("https://github.com/randy3k/lineedit/archive/v$pkgver.tar.gz")
-sha256sums=('f54661ca6fe5c9f6812133f5c7c4f32a73359709a8a7f2046196ea02b839beb9')
+sha256sums=('ad0e641387bd62f6b89938d61412b696a5b39b2b474749ae0da3f523885f93a0')
build() {
cd "$srcdir/$_pkgname-$pkgver"