community/unpaper: remove depends_dev

There is no unpaper-dev package.
This commit is contained in:
Drew DeVault 2018-11-01 11:35:40 -04:00 committed by Natanael Copa
parent 2f18fcb0e3
commit f4b46e5736

View File

@ -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"