summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-11-09 19:30:08 +1300
committerGeorge Rawlinson2022-11-09 19:30:08 +1300
commit9eee19de04a232396e5088065fcb7a38e60208d2 (patch)
treeafedec5cb8c85cb467a1905ca0087eaa377692ed
parent65bc885000faa6917b9fe586db78b1d22503ac5c (diff)
downloadaur-python-nox-poetry.tar.gz
upgpkg: python-nox-poetry 1.0.2-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae3ebe0866b2..659cad71a1f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nox-poetry
pkgdesc = Use Poetry inside Nox sessions
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/cjolowicz/nox-poetry
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-nox-poetry
depends = python-tomlkit
depends = python-packaging
depends = python-poetry
- source = python-nox-poetry::git+https://github.com/cjolowicz/nox-poetry#commit=c79617548e67b57508543a92d22f7b80c5bf2d23
+ source = python-nox-poetry::git+https://github.com/cjolowicz/nox-poetry#commit=5772b66ebff8d5a3351a08ed402d3d31e48be5f8
b2sums = SKIP
pkgname = python-nox-poetry
diff --git a/PKGBUILD b/PKGBUILD
index 12e9b6e5257a..3cd8c80aa6ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
# Maintainer: George Rawlinson <george@rawlinson.net.nz>
pkgname=python-nox-poetry
-_pkgname="${pkgname#python-}"
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc='Use Poetry inside Nox sessions'
arch=('any')
@@ -22,7 +21,7 @@ makedepends=(
'python-poetry-core'
)
#checkdepends=('python-pytest' 'python-pytest-datadir' 'python-pygments' 'python-typing_extensions')
-_commit='c79617548e67b57508543a92d22f7b80c5bf2d23'
+_commit='5772b66ebff8d5a3351a08ed402d3d31e48be5f8'
source=("$pkgname::git+$url#commit=$_commit")
b2sums=('SKIP')