summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b50f7b9dfd58..d95f8de808d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyscaffold
pkgdesc = Python project template generator with batteries included
- pkgver = 4.1.2
+ pkgver = 4.1.3
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.2
+ source = python-pyscaffold::git+https://github.com/pyscaffold/pyscaffold/#tag=v4.1.3
sha256sums = SKIP
pkgname = python-pyscaffold
diff --git a/PKGBUILD b/PKGBUILD
index 8b011bcdc8ee..61cd5df0628a 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.2
+pkgver=4.1.3
pkgrel=1
pkgdesc="Python project template generator with batteries included"
url="https://pyscaffold.org/"