Date: Sunday, August 16, 2020 @ 06:54:33 Author: heftig Revision: 394291
0.15.2-1 Modified: check/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-16 05:53:49 UTC (rev 394290) +++ PKGBUILD 2020-08-16 06:54:33 UTC (rev 394291) @@ -4,14 +4,14 @@ pkgbase=check pkgname=(check check-docs) -pkgver=0.15.0 -pkgrel=2 +pkgver=0.15.2 +pkgrel=1 pkgdesc="A unit testing framework for C" url="https://libcheck.github.io/check/" arch=(x86_64) license=(LGPL) makedepends=(git texlive-bin texi2html doxygen awk cmake) -_commit=aa8657b149ad290bee7c6855ad97f10f1522ebbb # tags/0.15.0 +_commit=11970a7e112dfe243a2e68773f014687df2900e8 # tags/0.15.2 source=("git+https://github.com/libcheck/check#commit=$_commit") md5sums=('SKIP') @@ -22,10 +22,6 @@ prepare() { cd check - - # Fix format warnings - git cherry-pick -n 02128563709a 17fdbf2c3d52 8c6788e66e04 - autoreconf -fvi }
