summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2020-05-12 09:27:34 +0000
committerAUR updater2020-05-12 09:27:34 +0000
commit8f37515ce6f66215cf435151a88a28dc7f274703 (patch)
tree5dd1e5a6bab5fd681a2c7825101c9ec8e94470f3
parent279111b4d9eb9ebc56d5fd3df61f60a64e585414 (diff)
downloadaur-8f37515ce6f66215cf435151a88a28dc7f274703.tar.gz
Update to version 0.4.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d552970b2c9e..111d5fa1705a 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.5
- pkgrel = 2
+ pkgver = 0.4.6
+ 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.5.tar.gz
- sha256sums = d61151a6bc16952e0d9e095303c4d632c876706c5ba81a12c7653e266a19d924
+ source = https://github.com/IngoHeimbach/simple-term-menu/archive/v0.4.6.tar.gz
+ sha256sums = 5a7b1c8ae241a698932f2082530021996fa03e92586d3347569a73f52854d480
pkgname = python-simple-term-menu
diff --git a/PKGBUILD b/PKGBUILD
index 102b54293aa3..cdd4eea551c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ingo Heimbach <i.heimbach@fz-juelich.de>
pkgname="python-simple-term-menu"
-pkgver="0.4.5"
-pkgrel="2"
+pkgver="0.4.6"
+pkgrel="1"
pkgdesc="A Python package which creates simple interactive menus on the command line."
arch=("any")
url="https://github.com/IngoHeimbach/simple-term-menu"
@@ -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=("d61151a6bc16952e0d9e095303c4d632c876706c5ba81a12c7653e266a19d924")
+sha256sums=("5a7b1c8ae241a698932f2082530021996fa03e92586d3347569a73f52854d480")
build() {
cd "${srcdir}/${pkgname#*-}-${pkgver}" || return