summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2021-12-13 06:59:38 +0000
committerGeorge Rawlinson2021-12-13 06:59:38 +0000
commita87f19b168add998958477e767656b2766eb725c (patch)
tree4522d9263b231d75ab071087fd6f85959e340bef
parent178c18e637b4c2a9d06019d4adbe3b2e0515238d (diff)
downloadaur-a87f19b168add998958477e767656b2766eb725c.tar.gz
upgpkg: python-nox-poetry; python 3.10 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a44ce53b89c..e28f0a9bb6c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-nox-poetry
pkgdesc = Use Poetry inside Nox sessions
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cjolowicz/nox-poetry
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 4ffeebd71d5b..927cad40c3d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=python-nox-poetry
_pkgname="${pkgname#python-}"
_name="${_pkgname/-/_}"
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Use Poetry inside Nox sessions"
arch=('any')
url="https://github.com/cjolowicz/nox-poetry"