summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAseem Athale2023-12-15 15:29:37 +0530
committerAseem Athale2023-12-15 15:29:37 +0530
commit1a70e244d68b551c2cc7cae2eb9d69990717ee9c (patch)
tree38903f93a9b42a14ae9942946dd938c4d230b0e8 /PKGBUILD
parent56ed16474beb016b4512ac0c57397dbc2385e0e5 (diff)
downloadaur-1a70e244d68b551c2cc7cae2eb9d69990717ee9c.tar.gz
python-curses-menu: upgpkg: 0.8.1-1
Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 844326c19e9d..00cda29a9971 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_base=curses-menu
pkgname=python-${_base}
-pkgver=0.7.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="A simple console menu system using curses"
arch=('any')
@@ -13,7 +13,7 @@ license=(MIT)
depends=('python')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools' 'python-poetry')
source=(${url}/archive/refs/tags/${pkgver}.tar.gz)
-sha512sums=('d9b0ad3b481971881e144186d01e115f3a7dde569d7d0c3ccdac3a1ff4dbaf3e10e4f0d7281952cfc2945c4f970f418e13d6a56d94943b588793aedc74469aba')
+sha512sums=('cc215591369667cfdaf95c75e6c2be2de1c2bd6c4182d90c31940a9274d426418711f8a0c4877f6e7af4717e775699e0c08481385c752aa5266e1f10b66962f2')
build() {
cd "${_base}-${pkgver}"