summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2018-08-30 20:01:56 +0200
committermschubert2018-08-30 20:01:56 +0200
commit13f51656ad2e184b88eefe296b1d4adf8201cf35 (patch)
treec2e3e4ee942d9027e6ac4a58c0f1baf874206834
parentcb9be842846d2f216ccf5815334156e4f0361826 (diff)
downloadaur-13f51656ad2e184b88eefe296b1d4adf8201cf35.tar.gz
version bump 0.1.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f437983b447..a521ebf7bab8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Sun Aug 5 15:05:11 UTC 2018
pkgbase = python-lineedit
pkgdesc = a readline library based on prompt_toolkit which supports multiple modes
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
- url = https://github.com/randy3k/lineedit/archive/v0.1.0.tar.gz
+ url = https://github.com/randy3k/lineedit/archive/v0.1.1.tar.gz
arch = i686
arch = x86_64
license = MIT
@@ -13,8 +11,8 @@ pkgbase = python-lineedit
depends = python-pygments
depends = python-wcwidth
depends = python-six
- source = https://github.com/randy3k/lineedit/archive/v0.1.0.tar.gz
- sha256sums = f54661ca6fe5c9f6812133f5c7c4f32a73359709a8a7f2046196ea02b839beb9
+ source = https://github.com/randy3k/lineedit/archive/v0.1.1.tar.gz
+ sha256sums = ad0e641387bd62f6b89938d61412b696a5b39b2b474749ae0da3f523885f93a0
pkgname = python-lineedit
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"