summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOromion Aznarán2023-09-17 14:55:02 -0500
committerOromion Aznarán2023-09-17 14:55:02 -0500
commitf23bea0cb0202fca1901d6a88c907d3c2c732bd4 (patch)
treea5974db21f10785f99b98907596ccc5f95812d46
parent26350915b2776199186a8aab2ceb75ff4342ecbc (diff)
downloadaur-python-pytest-codeblocks.tar.gz
Bump version to 0.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7273179910fb..f4bbe2b4ed45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pytest-codeblocks
pkgdesc = Test code blocks in your READMEs
- pkgver = 0.16.2
+ pkgver = 0.17.0
pkgrel = 1
url = https://github.com/nschloe/pytest-codeblocks
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-pytest-codeblocks
makedepends = python-setuptools
makedepends = python-wheel
depends = python-pytest
- source = pytest-codeblocks-0.16.2.tar.gz::https://github.com/nschloe/pytest-codeblocks/archive/v0.16.2.tar.gz
- sha512sums = 54bd8d4a3d08168d16fc5c193055e8e37874d5be93eb9e9255a86dc39d9ed513702c26fe8d5aac331a700644a9d186e8a5ffaebaaabd50521086b1bcd5ca158c
+ source = pytest-codeblocks-0.17.0.tar.gz::https://github.com/nschloe/pytest-codeblocks/archive/v0.17.0.tar.gz
+ sha512sums = 20044f10e997fbe15a8389aebdad324c2b102a11287315c8c85042f5497f51723c030b918f0cd923beb9f0c5b33a41673426a8c550814e1bd8b9b5476dd0dbf5
pkgname = python-pytest-codeblocks
diff --git a/PKGBUILD b/PKGBUILD
index 420949fff6ce..abeea8343910 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=pytest-codeblocks
pkgname=python-${_base}
pkgdesc="Test code blocks in your READMEs"
-pkgver=0.16.2
+pkgver=0.17.0
pkgrel=1
arch=(any)
url="https://github.com/nschloe/${_base}"
@@ -10,7 +10,7 @@ license=(MIT)
depends=(python-pytest)
makedepends=(python-build python-installer python-setuptools python-wheel)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('54bd8d4a3d08168d16fc5c193055e8e37874d5be93eb9e9255a86dc39d9ed513702c26fe8d5aac331a700644a9d186e8a5ffaebaaabd50521086b1bcd5ca158c')
+sha512sums=('20044f10e997fbe15a8389aebdad324c2b102a11287315c8c85042f5497f51723c030b918f0cd923beb9f0c5b33a41673426a8c550814e1bd8b9b5476dd0dbf5')
build() {
cd ${_base}-${pkgver}