summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2020-06-09 09:31:50 +0000
committerAUR updater2020-06-09 09:31:50 +0000
commit2c9d494649880b7363edb84069e477763cf9ff27 (patch)
tree89877f8b9993f564ced6b1c0875af12426c2e5bb
parent8f37515ce6f66215cf435151a88a28dc7f274703 (diff)
downloadaur-2c9d494649880b7363edb84069e477763cf9ff27.tar.gz
Update to version 0.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 111d5fa1705a..c17933b14dcb 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.4.6
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/IngoHeimbach/simple-term-menu
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://github.com/IngoHeimbach/simple-term-menu/archive/v0.4.6.tar.gz
- sha256sums = 5a7b1c8ae241a698932f2082530021996fa03e92586d3347569a73f52854d480
+ source = https://github.com/IngoHeimbach/simple-term-menu/archive/v0.5.0.tar.gz
+ sha256sums = 332d5a7b40c35ddb35fb83c215e0c5a2e0e09b17dfa36f9d6acaed67d56b5fe3
pkgname = python-simple-term-menu
diff --git a/PKGBUILD b/PKGBUILD
index cdd4eea551c5..e6484db97997 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Heimbach <i.heimbach@fz-juelich.de>
pkgname="python-simple-term-menu"
-pkgver="0.4.6"
+pkgver="0.5.0"
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/IngoHeimbach/simple-term-menu/archive/v${pkgver}.tar.gz")
-sha256sums=("5a7b1c8ae241a698932f2082530021996fa03e92586d3347569a73f52854d480")
+sha256sums=("332d5a7b40c35ddb35fb83c215e0c5a2e0e09b17dfa36f9d6acaed67d56b5fe3")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return