summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}