X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id 475B25C662F for ; Thu, 1 Nov 2018 15:36:17 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1541087185; bh=668vkOA+x3X5PVjXoKVdX/NeJGFJz8FIv84oz9GWdcI=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=0vbpfofb8cF5fynD2Vrgdm+w4qnJeLhxILVysFoleFtuxv8O/SzAX6aAmS6RbJZBR Jw4O9kIAWHCSU39Xi/zVaqBNI0v7vkbdlFsuyaJNU7cmh1HzPVEZFqij9jdgCjlGel acs6BHf4oUGz7ryrLl2WlLKoGqt46uVH4sFIGofs= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault , Carlo Landmeter , Leonardo Arena Subject: [alpine-aports] [PATCH v2 13/15] community/unpaper: remove depends_dev Date: Thu, 1 Nov 2018 11:35:40 -0400 Message-Id: <20181101153542.3243-13-sir@cmpwn.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20181030001137.13087-1-sir@cmpwn.com> References: <20181030001137.13087-1-sir@cmpwn.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: There is no unpaper-dev package. --- community/unpaper/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/community/unpaper/APKBUILD b/community/unpaper/APKBUILD index 3192151193..cbff73ce23 100644 --- a/community/unpaper/APKBUILD +++ b/community/unpaper/APKBUILD @@ -2,14 +2,13 @@ # Maintainer: Carlo Landmeter pkgname=unpaper pkgver=6.1 -pkgrel=0 +pkgrel=1 pkgdesc="post-processing tool for scanned sheets of paper" url="https://github.com/Flameeyes/unpaper" arch="all" license="GPL" depends="" -depends_dev="ffmpeg-dev" -makedepends="$depends_dev automake autoconf libtool libxslt" +makedepends="ffmpeg-dev automake autoconf libtool libxslt" install="" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/Flameeyes/unpaper/tarball/unpaper-$pkgver" -- 2.18.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---