Date: Tuesday, April 11, 2023 @ 16:40:00
Author: arojas
Revision: 1444694
upgpkg: bpython 0.24-1: Update to 0.24
Modified:
bpython/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-11 16:34:43 UTC (rev 1444693)
+++ PKGBUILD 2023-04-11 16:40:00 UTC (rev 1444694)
@@ -4,7 +4,7 @@
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
pkgname=bpython
-pkgver=0.23
+pkgver=0.24
pkgrel=1
pkgdesc='Fancy ncurses interface to the Python interpreter'
arch=('any')
@@ -20,7 +20,7 @@
#source=(https://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz) #
slow
#source=("https://github.com/bpython/bpython/archive/$pkgver-release.tar.gz")
# missing version data
source=("https://files.pythonhosted.org/packages/source/b/bpython/bpython-$pkgver.tar.gz")
-sha256sums=('9f0078abc887c48af088691e2f64797d6ca994ac0f4bc03c38d06f657d7c052a')
+sha256sums=('98736ffd7a8c48fd2bfb53d898a475f4241bde0b672125706af04d9d08fd3dbd')
build() {
cd "$srcdir/bpython-$pkgver"