summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2020-06-19 15:19:42 +0000
committerAUR updater2020-06-19 15:19:42 +0000
commit763ba697418ee50886a9962db2dd2b7888b8d507 (patch)
treef26e1351661ce328a769d1cb44af69656befb717 /PKGBUILD
parent77fd144ced467ba97cf59f0cedfd8706c89036f1 (diff)
downloadaur-763ba697418ee50886a9962db2dd2b7888b8d507.tar.gz
Update to version 0.6.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e937420d640..02f80b6dcd2e 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.2"
+pkgver="0.6.3"
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=("d93d3a701d10571fd58f28b0f422306bc648169d1a1335ce32431829cc29ebd0")
+sha256sums=("ca6e939fdca30892872bedbef86cb42163864d73228214ef8e77705450457ea3")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return