diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-11-01 11:35:40 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:17 +0000 |
commit | f4b46e573629ec8c8a8b25cf9382b2d366b29964 (patch) | |
tree | 9a96bd9673134b65903984bd2047e13d2e6fc6bd | |
parent | 2f18fcb0e3064fea9a50bfa6a6df33fe5df0c901 (diff) | |
download | aports-f4b46e573629ec8c8a8b25cf9382b2d366b29964.tar.bz2 aports-f4b46e573629ec8c8a8b25cf9382b2d366b29964.tar.xz |
community/unpaper: remove depends_dev
There is no unpaper-dev package.
-rw-r--r-- | community/unpaper/APKBUILD | 5 |
1 files 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 <clandmeter@gmail.com> 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" |