summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-04-18 15:48:43 -0500
committerCarlos Aznarán Laos2022-04-18 15:48:43 -0500
commit9a8a25ca821e10b07b4a8cf6a89a33030e487d0e (patch)
tree81f335afcc945d2d46aa6675525926eb424c9275
parent85e2b06542ac84d8e79ddc77fe74bfcf240ea179 (diff)
downloadaur-9a8a25ca821e10b07b4a8cf6a89a33030e487d0e.tar.gz
Bump version to 0.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9885ba5c6f79..9760f85e7b1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pytest-codeblocks
pkgdesc = Test code blocks in your READMEs
- pkgver = 0.14.0
+ pkgver = 0.15.0
pkgrel = 1
url = https://github.com/nschloe/pytest-codeblocks
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-pytest-codeblocks
makedepends = python-flit-core
makedepends = python-install
depends = python-pytest
- source = https://github.com/nschloe/pytest-codeblocks/archive/v0.14.0.tar.gz
- sha512sums = 740b6a74a3451cee25e37969706d7b603f258c76bb8b1cd608eaf63021aaaed99136a41885b453a2708302f53e8d9516a3487dc3f5cc8ad39ca6c3ab9721ae86
+ source = https://github.com/nschloe/pytest-codeblocks/archive/v0.15.0.tar.gz
+ sha512sums = 57d14aefc0cd49aa1b8fc54dfaec47965d4b1c867cad78ba9e8fd53da85898b7eac303ac402abe10b2d63d7621979bb8bad91f66f1e264568d56f4ff70488021
pkgname = python-pytest-codeblocks
diff --git a/PKGBUILD b/PKGBUILD
index 607acbf8da44..76ae23c40351 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=pytest-codeblocks
pkgname=python-${_base}
pkgdesc="Test code blocks in your READMEs"
-pkgver=0.14.0
+pkgver=0.15.0
pkgrel=1
arch=(any)
url="https://github.com/nschloe/${_base}"
@@ -10,7 +10,7 @@ license=(MIT)
depends=(python-pytest)
makedepends=(python-build python-flit-core python-install)
source=(${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('740b6a74a3451cee25e37969706d7b603f258c76bb8b1cd608eaf63021aaaed99136a41885b453a2708302f53e8d9516a3487dc3f5cc8ad39ca6c3ab9721ae86')
+sha512sums=('57d14aefc0cd49aa1b8fc54dfaec47965d4b1c867cad78ba9e8fd53da85898b7eac303ac402abe10b2d63d7621979bb8bad91f66f1e264568d56f4ff70488021')
build() {
cd ${_base}-${pkgver}