summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-01-04 13:09:43 -0600
committerLuis Martinez2022-01-04 13:09:43 -0600
commit96ab5545f61a25eb48fa89448dd02d02e3f8f633 (patch)
tree475f005c1163a43cad7c89fe48a8ba8066fea8d8
parente1ae96dc761583a0b7c7bd372618c499faaa8135 (diff)
downloadaur-96ab5545f61a25eb48fa89448dd02d02e3f8f633.tar.gz
update to 4.1.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3e558c0685e..b50f7b9dfd58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyscaffold
pkgdesc = Python project template generator with batteries included
- pkgver = 4.1.1
+ pkgver = 4.1.2
pkgrel = 1
url = https://pyscaffold.org/
arch = any
@@ -19,7 +19,7 @@ pkgbase = python-pyscaffold
optdepends = python-pytest: Use the integrated unit testing.
optdepends = python-pytest-runner: Use the integrated unit testing.
optdepends = python-pytest-cov: Generate a coverage report for your project.
- source = python-pyscaffold::git+https://github.com/pyscaffold/pyscaffold/#tag=v4.1.1
+ source = python-pyscaffold::git+https://github.com/pyscaffold/pyscaffold/#tag=v4.1.2
sha256sums = SKIP
pkgname = python-pyscaffold
diff --git a/PKGBUILD b/PKGBUILD
index 78c3bc6dc0d5..8b011bcdc8ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
## Must use git to pull sources because of python-setuptools-scm
pkgname=python-pyscaffold
-pkgver=4.1.1
+pkgver=4.1.2
pkgrel=1
pkgdesc="Python project template generator with batteries included"
url="https://pyscaffold.org/"