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 2e9314aa3d7d..5b0027359b1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Meyer <i.meyer@fz-juelich.de>
pkgname="python-simple-term-menu"
-pkgver="1.5.0"
+pkgver="1.5.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/IngoMeyer441/simple-term-menu/archive/v${pkgver}.tar.gz")
-sha256sums=("9ec486f25689536d369e1a7190172e271e93a212e13d8d7e17d80388c6c74c59")
+sha256sums=("542cd465578ec83a5461ad71446384941b7fc9a955289d125a8d941a6c853494")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return