CPP Test 1.1.2

This commit is contained in:
Adrian Chaves Fernandez (Gallaecio) 2012-10-05 06:31:48 +00:00
parent 5bbf0f9fa4
commit bc02eb2b81

View File

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