X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 86248DC076F for ; Tue, 16 Feb 2016 15:34:14 +0000 (UTC) Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 35B00DC0374 for ; Tue, 16 Feb 2016 15:34:11 +0000 (UTC) Received: by mail-wm0-f42.google.com with SMTP id g62so113660627wme.1 for ; Tue, 16 Feb 2016 07:34:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=97N4Eu9DQ4Qd7X0ehbACA/F8GKSk3es7bwQGOzkmNdc=; b=kIw4ebSCzXl8G0e4SOOrsJWj2vvTPWN1s1C3yXk0YL3UCPozO9rHa5qgeaZdHWxKAQ o0BZ09583J4NT4XXCmT8EAZ8bdDnpsEt0eDSOMe40Nlfz0YJJgfGTUVrxPYQmNnxUoPh qTsstcuS160k/IEVOrfFV7T5qEChf/t0uH9VpfBDkc93I08fA1+EJZtqtL8fRMMYEcIu 9GNmg8QsY/k1FSs9Q2HJ7SHTBARkSUlsQYc5A2ZPvQN+1kNTLykQpfDOXchIAQahgBYs a44zyV8PJlUZd7flccE0mXpItrWyevZgsAq34tUgdp201GbiYIY8yMYPZN4a2c3oVSUe vkZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id; bh=97N4Eu9DQ4Qd7X0ehbACA/F8GKSk3es7bwQGOzkmNdc=; b=WEAJlO3ILHJkvku6Qe5NsleM4tkDVmMdf2kIYVHOg0Xvbt3T0TB1agrU+0LHJdSoi3 C7DvE6JcHCI0JgyHqb2xfUgE6wr5Wgi6d7PIpUXP6i6MMv96i0ZRpB6rCl+YXoUx7Byk QbnonUvYT+e2AwR4UeaRYoCeHqHfi8cxn7JGHbUq8XyyfJGY33P6pbFzu2Nl6oKHF9x9 555nAQDJ8zlV55iNzhgAj4kYNT3O+6/InCl63mpLrEHD941clMNlyhS6GMJxMEYpx9q2 QrSas5Wyy2JgFPLsT8wE5LpLFfjb4H7hdw5H1jrNhllpcPyk19gsZ6vOctKhQ+6bJkL5 xEeA== X-Gm-Message-State: AG10YOQ88dtr7cjX7TdC0gSsluwVDySz7aEEgkm55yMgoqEzS0fle/6vYAmPd6zFotETuw== X-Received: by 10.28.100.134 with SMTP id y128mr20762167wmb.87.1455636849049; Tue, 16 Feb 2016 07:34:09 -0800 (PST) Received: from 388107ec5772.tsm-office.site ([62.176.239.226]) by smtp.gmail.com with ESMTPSA id w144sm21031076wmd.8.2016.02.16.07.34.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 16 Feb 2016 07:34:08 -0800 (PST) Sender: Marvin Preuss From: Marvin Steadfast To: alpine-aports@lists.alpinelinux.org Cc: Marvin Steadfast Subject: [alpine-aports] [PATCH] testing/unibilium: fix aport to split in doc and dev Date: Tue, 16 Feb 2016 15:33:28 +0000 Message-Id: <1455636808-7712-1-git-send-email-marvin@xsteadfastx.org> X-Mailer: git-send-email 2.6.4 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/unibilium/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/unibilium/APKBUILD b/testing/unibilium/APKBUILD index 579ae61..e8bbbd2 100644 --- a/testing/unibilium/APKBUILD +++ b/testing/unibilium/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Marvin Steadfast pkgname=unibilium pkgver=1.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="A terminfo parsing library" url="https://github.com/mauke/unibilium/" arch="all" @@ -11,7 +11,7 @@ depends="" depends_dev="libtool" makedepends="$depends_dev" install="" -subpackages="" +subpackages="$pkgname-dev $pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/mauke/unibilium/archive/v$pkgver.tar.gz" _builddir="$srcdir"/"$pkgname"-"$pkgver" -- 2.6.4 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---