summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f05c82588a43..4ffeebd71d5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-nox-poetry
_pkgname="${pkgname#python-}"
_name="${_pkgname/-/_}"
-pkgver=0.8.6
+pkgver=0.9.0
pkgrel=1
pkgdesc="Use Poetry inside Nox sessions"
arch=('any')
@@ -13,7 +13,8 @@ depends=('python' 'python-nox' 'python-tomlkit' 'python-packaging' 'python-poetr
makedepends=('python-setuptools' 'python-dephell')
#checkdepends=('python-pytest' 'python-pytest-datadir' 'python-pygments' 'python-typing_extensions')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('2e92e818632c68d3edc9cd10847a2cc02f6ccd9dcafebdcab6417ae5a0e2c8844f82062e1682c5537cc41deb4bac794874289ef7ba5ba1d9fd4a04a0a806590f')
+sha512sums=('9bf7f6a1c62ebbc26356a7270b068a25d5a841ab36a7d2b669cf618147344b24556fa444c6ea9c9a6d8d4963dbd70f0897ca012ed72e2750cd9646bb4adc97cc')
+b2sums=('677fe229c0c0c58b4c08cc67f1978ad7f2b455de566df2cbb372c0eacea7d585a7f9278f638e7d11e920b6df88c0099950eaa6fedfa969dc5421a4bb81d877f7')
prepare() {
cd "$_pkgname-$pkgver"