summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2020-11-06 14:31:53 +0000
committerAUR updater2020-11-06 14:31:53 +0000
commitf366ba6f7018822bfda3a6fc10b5e17fb355bf53 (patch)
tree05dae31f12ea36af6a03ad7fb7805fd8ef67cbd2
parent6ba8def3ffad2163506864e5baa95cf8fe49ee01 (diff)
downloadaur-f366ba6f7018822bfda3a6fc10b5e17fb355bf53.tar.gz
Update to version 0.10.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24ade17db80c..5ffbeb16c5b6 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.3
+ pkgver = 0.10.4
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.3.tar.gz
- sha256sums = f18033009f81a996e8b401f4051ccc6d41bb9b04ba3177813f679421f89e4e04
+ source = https://github.com/IngoMeyer441/simple-term-menu/archive/v0.10.4.tar.gz
+ sha256sums = 08eb93767f8093a4caf806baa32dc21ece411734da18bd2ec686101711ae99dd
pkgname = python-simple-term-menu
diff --git a/PKGBUILD b/PKGBUILD
index 376a3e22e93f..32b866e94c56 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.3"
+pkgver="0.10.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/IngoMeyer441/simple-term-menu/archive/v${pkgver}.tar.gz")
-sha256sums=("f18033009f81a996e8b401f4051ccc6d41bb9b04ba3177813f679421f89e4e04")
+sha256sums=("08eb93767f8093a4caf806baa32dc21ece411734da18bd2ec686101711ae99dd")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return