summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-06-07 09:34:35 -0500
committerCarlos Aznarán Laos2022-06-07 09:34:35 -0500
commit3332b87b36a6d46aac36f62da1749782e8b568bb (patch)
tree5cb74e8523fd5eaf9dc22f3977860f0b32ef35ac
parent9a8a25ca821e10b07b4a8cf6a89a33030e487d0e (diff)
downloadaur-3332b87b36a6d46aac36f62da1749782e8b568bb.tar.gz
Bump version to 0.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9760f85e7b1f..a64bc17a338a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pytest-codeblocks
pkgdesc = Test code blocks in your READMEs
- pkgver = 0.15.0
+ pkgver = 0.16.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.15.0.tar.gz
- sha512sums = 57d14aefc0cd49aa1b8fc54dfaec47965d4b1c867cad78ba9e8fd53da85898b7eac303ac402abe10b2d63d7621979bb8bad91f66f1e264568d56f4ff70488021
+ source = https://github.com/nschloe/pytest-codeblocks/archive/v0.16.0.tar.gz
+ sha512sums = e841ed11c8cd8e73b888bdee3ceda82193e0ed0441d623c586c69c45412039656a09e9f872f187c72d4e245ac8ee99b4a099ed9ae1a13f88f564bc0b9fae69f6
pkgname = python-pytest-codeblocks
diff --git a/PKGBUILD b/PKGBUILD
index 76ae23c40351..23a4d5971141 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=pytest-codeblocks
pkgname=python-${_base}
pkgdesc="Test code blocks in your READMEs"
-pkgver=0.15.0
+pkgver=0.16.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=('57d14aefc0cd49aa1b8fc54dfaec47965d4b1c867cad78ba9e8fd53da85898b7eac303ac402abe10b2d63d7621979bb8bad91f66f1e264568d56f4ff70488021')
+sha512sums=('e841ed11c8cd8e73b888bdee3ceda82193e0ed0441d623c586c69c45412039656a09e9f872f187c72d4e245ac8ee99b4a099ed9ae1a13f88f564bc0b9fae69f6')
build() {
cd ${_base}-${pkgver}