summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2020-09-29 09:18:13 +0000
committerAUR updater2020-09-29 09:18:13 +0000
commit2b85b58f8d3e5243e5015e0b880fc00a69116929 (patch)
tree325c4e0d7a42bfc9ed07d1f5f5123bb63fd15909 /PKGBUILD
parent813c16058e97bb27ab5c0f011a418a7f991555cf (diff)
downloadaur-2b85b58f8d3e5243e5015e0b880fc00a69116929.tar.gz
Update to version 0.10.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8f094a6b9a1..a72880e4eaca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Meyer <i.meyer@fz-juelich.de>
pkgname="python-simple-term-menu"
-pkgver="0.10.1"
+pkgver="0.10.2"
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/IngoMeyer441/simple-term-menu/archive/v${pkgver}.tar.gz")
-sha256sums=("27214b2e3bff768e5792ad386df693c0d472cd72d63a0cf0a7c4f299ffc468ba")
+sha256sums=("61f4b6a2a947535bf65805a84106109a32f8c06a91af8b20fe705f3dfe56370f")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return