summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2020-09-29 09:18:13 +0000
committerAUR updater2020-09-29 09:18:13 +0000
commit2b85b58f8d3e5243e5015e0b880fc00a69116929 (patch)
tree325c4e0d7a42bfc9ed07d1f5f5123bb63fd15909
parent813c16058e97bb27ab5c0f011a418a7f991555cf (diff)
downloadaur-2b85b58f8d3e5243e5015e0b880fc00a69116929.tar.gz
Update to version 0.10.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fea85b80d459..f22f31676c11 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.1
+ pkgver = 0.10.2
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.1.tar.gz
- sha256sums = 27214b2e3bff768e5792ad386df693c0d472cd72d63a0cf0a7c4f299ffc468ba
+ source = https://github.com/IngoMeyer441/simple-term-menu/archive/v0.10.2.tar.gz
+ sha256sums = 61f4b6a2a947535bf65805a84106109a32f8c06a91af8b20fe705f3dfe56370f
pkgname = python-simple-term-menu
diff --git a/PKGBUILD b/PKGBUILD
index f8f094a6b9a1..a72880e4eaca 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.1"
+pkgver="0.10.2"
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=("27214b2e3bff768e5792ad386df693c0d472cd72d63a0cf0a7c4f299ffc468ba")
+sha256sums=("61f4b6a2a947535bf65805a84106109a32f8c06a91af8b20fe705f3dfe56370f")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return