summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2021-03-12 07:27:53 +0000
committerAUR updater2021-03-12 07:27:53 +0000
commitccf20edd48474dd414209d2953d382548bf6e1bf (patch)
treed690002c89514e604ea396442d02b300bf4f3ceb
parent3ffd2fc822ebb3cb46bde0966b8b9925e7a637d5 (diff)
downloadaur-ccf20edd48474dd414209d2953d382548bf6e1bf.tar.gz
Update to version 1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 210c32004af4..9cf37366a75d 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.11.0
+ pkgver = 1.0.0
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.11.0.tar.gz
- sha256sums = a5e59928903ab12d1b635e93401c219b52b96b80cc944f0daeaa498848d10aa3
+ source = https://github.com/IngoMeyer441/simple-term-menu/archive/v1.0.0.tar.gz
+ sha256sums = 885f46d656804e660726d7b79b0bd68debaa97a1c3489d1020ab1a1690262889
pkgname = python-simple-term-menu
diff --git a/PKGBUILD b/PKGBUILD
index d6449268c8e8..5687599f8f17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Meyer <i.meyer@fz-juelich.de>
pkgname="python-simple-term-menu"
-pkgver="0.11.0"
+pkgver="1.0.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/IngoMeyer441/simple-term-menu/archive/v${pkgver}.tar.gz")
-sha256sums=("a5e59928903ab12d1b635e93401c219b52b96b80cc944f0daeaa498848d10aa3")
+sha256sums=("885f46d656804e660726d7b79b0bd68debaa97a1c3489d1020ab1a1690262889")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return