summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6dabbff15e25..fd394fdca642 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Heimbach <i.heimbach@fz-juelich.de>
pkgname="python-simple-term-menu"
-pkgver="0.6.0"
+pkgver="0.6.1"
pkgrel="1"
pkgdesc="A Python package which creates simple interactive menus on the command line."
arch=("any")
@@ -10,7 +10,7 @@ license=("MIT")
depends=("python")
makedepends=("python-setuptools")
source=("https://github.com/IngoHeimbach/simple-term-menu/archive/v${pkgver}.tar.gz")
-sha256sums=("1f02f64954aa1f6f36dd9abf82ec2ba35c89b4d32a5fa3f214562876f13aa127")
+sha256sums=("38baa1c390cb005b24c3b14a8ba950dac1ab019c91a066bcdd1ff1f16717da06")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return