Date: Thursday, April 18, 2013 @ 18:03:08 Author: heftig Revision: 183187
0.9.10 Modified: check/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-18 15:54:21 UTC (rev 183186) +++ PKGBUILD 2013-04-18 16:03:08 UTC (rev 183187) @@ -4,7 +4,7 @@ # Contributor: Jeremy Cowgar <[email protected]> pkgname=check -pkgver=0.9.9 +pkgver=0.9.10 pkgrel=1 pkgdesc="A unit testing framework for C" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ options=('!libtool') install=$pkgname.install source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('f3702f2fcfc19ce3f62dca66c241a168') +md5sums=('6d10a8efb9a683467b92b3bce97aeb30') build() { cd $pkgname-$pkgver
