Date: Wednesday, June 24, 2020 @ 01:24:13 Author: heftig Revision: 390383
0.15.0-1 Modified: check/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-24 01:17:32 UTC (rev 390382) +++ PKGBUILD 2020-06-24 01:24:13 UTC (rev 390383) @@ -4,7 +4,7 @@ pkgbase=check pkgname=(check check-docs) -pkgver=0.14.0 +pkgver=0.15.0 pkgrel=1 pkgdesc="A unit testing framework for C" url="https://libcheck.github.io/check/" @@ -11,7 +11,7 @@ arch=(x86_64) license=(LGPL) makedepends=(git texlive-bin texi2html doxygen awk) -_commit=d86594e5b29d50ddbd6276ab2d2cf5c278f7656c # tags/0.14.0 +_commit=aa8657b149ad290bee7c6855ad97f10f1522ebbb # tags/0.15.0 source=("git+https://github.com/libcheck/check#commit=$_commit") md5sums=('SKIP')
