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 7406e6785ad6..b4f0781e4318 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ingo Meyer <i.meyer@fz-juelich.de>
pkgname="python-simple-term-menu"
-pkgver="0.6.7"
-pkgrel="2"
+pkgver="0.7.0"
+pkgrel="1"
pkgdesc="A Python package which creates simple interactive menus on the command line."
arch=("any")
url="https://github.com/IngoMeyer441/simple-term-menu"
@@ -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=("760f0fd7703f35e1d001d43aa3666b29f94cdc40510b18ec9a976257c9c4ef86")
+sha256sums=("46860bb7551360cc40fa1665c4f6f7151f1e326c9d632e746dc2fc26934cab95")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return