summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 433f2cf1df7f..0592edea058b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_pkgname=wasabi
pkgname=python-${_pkgname}
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc='Lightweight console printing and formatting toolkit'
+arch=(any)
url='https://pypi.org/project/wasabi/'
+license=(MIT)
depends=(python)
makedepends=(python-setuptools)
-license=(MIT)
-arch=(any)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('152245d892030a3a7b511038e9472acff6d0e237cfe4123fef0d147f2d3274fc')
+b2sums=('e3a8e230501575bf0c507adc8c6a014b3630005fbb2347695038b79c86b677338d8ad8f075be29618eff3b0900e9fdaf6fd06a54187272e1a49384ed13b66ece')
build() {
cd "wasabi-${pkgver}"