aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/unpaper/APKBUILD5
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"