summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2020-09-11 10:58:30 +0000
committerAUR updater2020-09-11 10:58:30 +0000
commita971162e71ee346664f975d5fffe42b1664322ef (patch)
tree4282fd278c0aa8f7617d677d99da39fd47fe1bd9 /PKGBUILD
parentd708179c954d6cd698ab300c155c97a76d0ed780 (diff)
downloadaur-a971162e71ee346664f975d5fffe42b1664322ef.tar.gz
Update to version 0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4f0781e4318..ce89f813fd3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Meyer <i.meyer@fz-juelich.de>
pkgname="python-simple-term-menu"
-pkgver="0.7.0"
+pkgver="0.7.1"
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=("46860bb7551360cc40fa1665c4f6f7151f1e326c9d632e746dc2fc26934cab95")
+sha256sums=("ad0db605ba31dfaef43eec2223e27fe2583a3926478589e76adfbbb393822030")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return