summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2020-06-23 14:23:44 +0000
committerAUR updater2020-06-23 14:23:44 +0000
commit6709f4dadbb29d43068dc9d5a26a7ecfd2240ee2 (patch)
tree756617cb2203a852e6694a67dbfd3f0dc64160f0
parent763ba697418ee50886a9962db2dd2b7888b8d507 (diff)
downloadaur-6709f4dadbb29d43068dc9d5a26a7ecfd2240ee2.tar.gz
Update to version 0.6.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1513169d7a49..2a630a47a9f5 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.6.3
+ pkgver = 0.6.5
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.6.3.tar.gz
- sha256sums = ca6e939fdca30892872bedbef86cb42163864d73228214ef8e77705450457ea3
+ source = https://github.com/IngoHeimbach/simple-term-menu/archive/v0.6.5.tar.gz
+ sha256sums = 0d9c7ecdb9c8843f086287107a2fca0356084aa5177bc8632d7bdd63f2f5bd19
pkgname = python-simple-term-menu
diff --git a/PKGBUILD b/PKGBUILD
index 02f80b6dcd2e..3cf23e9b402a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Heimbach <i.heimbach@fz-juelich.de>
pkgname="python-simple-term-menu"
-pkgver="0.6.3"
+pkgver="0.6.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/IngoHeimbach/simple-term-menu/archive/v${pkgver}.tar.gz")
-sha256sums=("ca6e939fdca30892872bedbef86cb42163864d73228214ef8e77705450457ea3")
+sha256sums=("0d9c7ecdb9c8843f086287107a2fca0356084aa5177bc8632d7bdd63f2f5bd19")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return