summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtte Lautanala2024-02-22 19:52:13 +0200
committerAtte Lautanala2024-02-22 19:52:13 +0200
commit59b54ce5e128ec63db7cdb037e9dc80c40b4f768 (patch)
treea34b8298b76a5109126b1a25d36188479e120f62
parent499fef083209f9fb02af9156749307ca47e90ab4 (diff)
downloadaur-59b54ce5e128ec63db7cdb037e9dc80c40b4f768.tar.gz
Update poetry-plugin-dotenv to version 0.6.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fa9715aa020..24a436ebdb4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-poetry-plugin-dotenv
pkgdesc = Automatically loads a dotenv file before poetry commands
- pkgver = 0.6.16
+ pkgver = 0.6.17
pkgrel = 1
url = https://github.com/volopivoshenko/poetry-plugin-dotenv
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-poetry-plugin-dotenv
depends = python
depends = python-cleo
depends = python-poetry
- source = https://files.pythonhosted.org/packages/source/p/poetry_plugin_dotenv/poetry_plugin_dotenv-0.6.16.tar.gz
- b2sums = 9bf3f7222604377594b2b123e20dce6aeb181022e9936527aacb5b3642855a9e2401582ed3c4758ab8ad47214d20b6d6fe5f303569ad93da0aa7de1cc3aac956
+ source = https://files.pythonhosted.org/packages/source/p/poetry_plugin_dotenv/poetry_plugin_dotenv-0.6.17.tar.gz
+ b2sums = d6f080e7b77d25d020d15c0ee08e14578da234233240f0c849ca756725566d6052744802288d94a52d43702ee58e2b0a4dacf7501bf97337bba5a1635e03d3bc
pkgname = python-poetry-plugin-dotenv
diff --git a/PKGBUILD b/PKGBUILD
index 837188f5a55a..329a5b27ab32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-poetry-plugin-dotenv
_pkgname=poetry_plugin_dotenv
-pkgver=0.6.16
+pkgver=0.6.17
pkgrel=1
pkgdesc='Automatically loads a dotenv file before poetry commands'
arch=(any)
@@ -11,7 +11,7 @@ license=(MIT)
depends=(python python-cleo python-poetry)
makedepends=(python-build python-installer)
source=("https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz")
-b2sums=('9bf3f7222604377594b2b123e20dce6aeb181022e9936527aacb5b3642855a9e2401582ed3c4758ab8ad47214d20b6d6fe5f303569ad93da0aa7de1cc3aac956')
+b2sums=('d6f080e7b77d25d020d15c0ee08e14578da234233240f0c849ca756725566d6052744802288d94a52d43702ee58e2b0a4dacf7501bf97337bba5a1635e03d3bc')
build() {
cd "$_pkgname-$pkgver"