summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2020-04-23 19:01:16 +0000
committerAUR updater2020-04-23 19:01:16 +0000
commit33d7968f5e1c6a522053e8d79ff5b553c202a936 (patch)
treeb4e64da84973d0c2257375521c44b7881e08a4ca /PKGBUILD
parent9fee1d944d34a71adc589bd3fcf4f687a4b199b0 (diff)
downloadaur-33d7968f5e1c6a522053e8d79ff5b553c202a936.tar.gz
Update to version 0.4.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd7135d0afda..8e21465f1ca2 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.3"
+pkgver="0.4.4"
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=("d7d1761d865a81970a10c6c2c3c37fa7fc878f20f1f861535c8938f03f2f5f7b")
+sha256sums=("33ababbfd3910ef7772bc05b4276012a9ff30dc0c0070ad2d28870e1fb56b6d1")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return