summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2021-01-13 06:46:27 +0000
committerAUR updater2021-01-13 06:46:27 +0000
commitaf75cac6645c5978902173d695bc220711e96c5d (patch)
tree13e86b5c7b503af1bc7ea7e2d63f9723121eb489
parentf366ba6f7018822bfda3a6fc10b5e17fb355bf53 (diff)
downloadaur-af75cac6645c5978902173d695bc220711e96c5d.tar.gz
Update to version 0.10.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ffbeb16c5b6..7a598d49e319 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-simple-term-menu
pkgdesc = A Python package which creates simple interactive menus on the command line.
- pkgver = 0.10.4
+ pkgver = 0.10.5
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/v0.10.4.tar.gz
- sha256sums = 08eb93767f8093a4caf806baa32dc21ece411734da18bd2ec686101711ae99dd
+ source = https://github.com/IngoMeyer441/simple-term-menu/archive/v0.10.5.tar.gz
+ sha256sums = 7653c21e111b0dc378f2979b68cbc77caeb2bab31c94437b264a6cfd3f19c721
pkgname = python-simple-term-menu
diff --git a/PKGBUILD b/PKGBUILD
index 32b866e94c56..3c86c750f772 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.4"
+pkgver="0.10.5"
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=("08eb93767f8093a4caf806baa32dc21ece411734da18bd2ec686101711ae99dd")
+sha256sums=("7653c21e111b0dc378f2979b68cbc77caeb2bab31c94437b264a6cfd3f19c721")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return