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 1d71c4b4595e..1d52a7a773f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Meyer <i.meyer@fz-juelich.de>
pkgname="python-simple-term-menu"
-pkgver="1.2.0"
+pkgver="1.2.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=("a0082cd79cf5ae03c0b64ec9b70bbe9514d633e4564e655a45f415001b95f027")
+sha256sums=("b022a45c9dfe3a74a0f3b60b3f124ae09bc9988a16855d06d201bccfffd8057b")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return