summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2022-09-21 15:21:13 +0000
committerAUR updater2022-09-21 15:21:13 +0000
commitdb00074127f5bc0ccd814ab1db5b5e0a8bd00943 (patch)
tree9fcca017d2837fe7da4be7a5caf9a71010c035f0
parent7b54acb35c10b9511f3177ee504314c99fa96300 (diff)
downloadaur-db00074127f5bc0ccd814ab1db5b5e0a8bd00943.tar.gz
Update to version 1.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7d21f116e1f..3773166f75ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-simple-term-menu
pkgdesc = A Python package which creates simple interactive menus on the command line.
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://github.com/IngoMeyer441/simple-term-menu
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://github.com/IngoMeyer441/simple-term-menu/archive/v1.5.0.tar.gz
- sha256sums = 9ec486f25689536d369e1a7190172e271e93a212e13d8d7e17d80388c6c74c59
+ source = https://github.com/IngoMeyer441/simple-term-menu/archive/v1.5.1.tar.gz
+ sha256sums = 542cd465578ec83a5461ad71446384941b7fc9a955289d125a8d941a6c853494
pkgname = python-simple-term-menu
diff --git a/PKGBUILD b/PKGBUILD
index 2e9314aa3d7d..5b0027359b1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Meyer <i.meyer@fz-juelich.de>
pkgname="python-simple-term-menu"
-pkgver="1.5.0"
+pkgver="1.5.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=("9ec486f25689536d369e1a7190172e271e93a212e13d8d7e17d80388c6c74c59")
+sha256sums=("542cd465578ec83a5461ad71446384941b7fc9a955289d125a8d941a6c853494")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return