summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2020-06-25 12:04:00 +0000
committerAUR updater2020-06-25 12:04:00 +0000
commitb876046c501db4e7232d3f7cdab9709b4799aba0 (patch)
treeb581b14f9d2bb1bded79b1fd35ce12c135f55ad1 /PKGBUILD
parenta30020800dbe36d5164b225456638c86888644dd (diff)
downloadaur-b876046c501db4e7232d3f7cdab9709b4799aba0.tar.gz
Update to version 0.6.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90cdad1f0b9e..75b08cf39769 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.6"
+pkgver="0.6.7"
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=("7e23be01ce0107e096ca5fdb6232f462f567bdbe78ae3005447ee735c18542fb")
+sha256sums=("760f0fd7703f35e1d001d43aa3666b29f94cdc40510b18ec9a976257c9c4ef86")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return