summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a797f20b129..b914218b3b97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=clintermission
pkgname=python-${_pkgname}
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
pkgdesc="Non-fullscreen command-line selection menu"
arch=(any)
url="https://github.com/sebageek/clintermission"
@@ -11,7 +11,7 @@ license=('Apache')
depends=(python python-prompt_toolkit)
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('d1dc3a7835a00db5d9225ed9ae58bf485c21faafa4168a89cd59b80c969140f8')
+sha256sums=('8b3d15bc8001518215c3ad086a5662979bc3ec2bc059ce737001de1c8f97352a')
package() {
cd "$_pkgname-$pkgver"