summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2020-04-17 12:43:19 +0000
committerAUR updater2020-04-17 12:43:19 +0000
commit9fee1d944d34a71adc589bd3fcf4f687a4b199b0 (patch)
treed3a03fac9f2a9884b53db9b552b6c0eeb27e45f4 /PKGBUILD
parent1db04423b4dd6285b6f0b5453c9cd6ac58fa4d57 (diff)
downloadaur-9fee1d944d34a71adc589bd3fcf4f687a4b199b0.tar.gz
Update to version 0.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3666242233e..fd7135d0afda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Heimbach <i.heimbach@fz-juelich.de>
pkgname="python-simple-term-menu"
-pkgver="0.4.2"
+pkgver="0.4.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=("3587c136dc633baf4d90a9d093f0ce6473df76132f82db6c35b90093f132a7df")
+sha256sums=("d7d1761d865a81970a10c6c2c3c37fa7fc878f20f1f861535c8938f03f2f5f7b")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return