diff --git a/cpptest/PKGBUILD b/cpptest/PKGBUILD index 6487adfac..176f4db03 100644 --- a/cpptest/PKGBUILD +++ b/cpptest/PKGBUILD @@ -3,11 +3,8 @@ # # Maintainer: Adrián Chaves Fernández (Gallaecio) -# include global config -source ../_buildscripts/${current_repo}-${_arch}-cfg.conf - pkgname=cpptest -pkgver=1.1.1 +pkgver=1.1.2 pkgrel=1 pkgdesc="A portable and powerful unit testing framework for handling automated tests in C++." arch=('i686' 'x86_64') @@ -15,7 +12,7 @@ url="http://cpptest.sourceforge.net/" license="LGPL" depends=('gcc-libs') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('b50379402d69d40417add19ef88f9938') +md5sums=('79b9bff371d182f11a3235969f84ccb6') build() {