mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
CPP Test 1.1.2
This commit is contained in:
parent
5bbf0f9fa4
commit
bc02eb2b81
@ -3,11 +3,8 @@
|
||||
#
|
||||
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
|
||||
|
||||
# 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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user