aboutsummaryrefslogtreecommitdiffstats
path: root/main/check
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@zoho.com>2017-01-04 00:07:14 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2017-01-13 15:57:32 +0100
commitae9269aa7b314df12dc2bbd8017a7b350deaca25 (patch)
tree0d1cbb8d70582c9100142519feecd474b9a5ef47 /main/check
parent2305acbbe0883d010691644e320b08bb7301644f (diff)
downloadaports-ae9269aa7b314df12dc2bbd8017a7b350deaca25.tar.bz2
aports-ae9269aa7b314df12dc2bbd8017a7b350deaca25.tar.xz
main/check: Upgrade to 0.11.0. Ditch empty vars in APKBUILD.
Updating config.sub is no longer needed.
Diffstat (limited to 'main/check')
-rw-r--r--main/check/APKBUILD17
1 files changed, 5 insertions, 12 deletions
diff --git a/main/check/APKBUILD b/main/check/APKBUILD
index 1954b8681f..abad38a09c 100644
--- a/main/check/APKBUILD
+++ b/main/check/APKBUILD
@@ -1,24 +1,17 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=check
-pkgver=0.10.0
-pkgrel=1
+pkgver=0.11.0
+pkgrel=0
pkgdesc="A unit test framework for C"
url="https://libcheck.github.io/check/"
arch="all"
license="LGPL2+"
-depends=""
-depends_dev=""
makedepends="pkgconfig"
-install=""
subpackages="$pkgname-dev $pkgname-doc"
source="https://github.com/libcheck/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver
-prepare() {
- cd "$builddir"
- update_config_sub || return 1
-}
build() {
cd "$builddir"
@@ -38,6 +31,6 @@ package() {
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="53c5e5c77d090e103a17f3ed7fd7d8b8 check-0.10.0.tar.gz"
-sha256sums="f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052 check-0.10.0.tar.gz"
-sha512sums="82103a98382c41cf16f172ded66c0399d3da6eceb6728aab11120c028e8796f6d545a98dc4aa5f76ee68c0bfd1f842a4dd371f5d670c8ba84ce4209812bf1ac5 check-0.10.0.tar.gz"
+md5sums="9b90522b31f5628c2e0f55dda348e558 check-0.11.0.tar.gz"
+sha256sums="24f7a48aae6b74755bcbe964ce8bc7240f6ced2141f8d9cf480bc3b3de0d5616 check-0.11.0.tar.gz"
+sha512sums="69209487b6cae8ad143532d3a965f9d17762a0e09df781792f9307ad8a279ee8fc39be7cb7b8e08f4d88606c449e9a2e33bea2216e31d9eb82e8b778df69cd13 check-0.11.0.tar.gz"