~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] main/check: Upgrade to 0.11.0. Ditch empty vars in APKBUILD.

Przemyslaw Pawelczyk <przemoc@zoho.com>
Details
Message ID
<20170103230714.18646-1-przemoc@zoho.com>
Sender timestamp
1483484834
DKIM signature
missing
Download raw message
Patch: +5 -12
Updating config.sub is no longer needed.
---
 main/check/APKBUILD | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/main/check/APKBUILD b/main/check/APKBUILD
index 1954b8681f79..abad38a09c5b 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"
-- 
2.8.3




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)