summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2022-03-31 11:41:52 +0200
committerPhilip Goto2022-03-31 11:41:52 +0200
commitcd33c80d77a9dd4df3ff2b6be9175729b9b91495 (patch)
treebabe0d4baf8e9dd169a872723e9313ce45ce7822
parent6f7b79c997d1c26781ad57950f482e3ba60c531c (diff)
downloadaur-cd33c80d77a9dd4df3ff2b6be9175729b9b91495.tar.gz
Update to 0.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 262a8a0c0102..0f5cc2f4ca2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-wasabi
pkgdesc = Lightweight console printing and formatting toolkit
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://pypi.org/project/wasabi/
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/w/wasabi/wasabi-0.9.0.tar.gz
- sha256sums = 152245d892030a3a7b511038e9472acff6d0e237cfe4123fef0d147f2d3274fc
+ source = https://files.pythonhosted.org/packages/source/w/wasabi/wasabi-0.9.1.tar.gz
+ b2sums = e3a8e230501575bf0c507adc8c6a014b3630005fbb2347695038b79c86b677338d8ad8f075be29618eff3b0900e9fdaf6fd06a54187272e1a49384ed13b66ece
pkgname = python-wasabi
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}"