aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorMark-Weston <markweston@cock.li>2018-03-28 13:34:52 +0300
committerSören Tempel <soeren+git@soeren-tempel.net>2018-03-28 12:40:26 +0200
commitf8f4c4d3c56fa6bb4038d367798f2fb3df96c493 (patch)
tree1880c3cd118b147755b0a11834fe65dd0057290b /community
parentbbecf02358b6be5be64b9947985e766541278f47 (diff)
downloadaports-f8f4c4d3c56fa6bb4038d367798f2fb3df96c493.tar.bz2
aports-f8f4c4d3c56fa6bb4038d367798f2fb3df96c493.tar.xz
community/farbfeld: add missing dependency (file)
/usr/bin/2ff shell script depends on file command in line 18 file command, albeit part of POSIX, is not present in busybox
Diffstat (limited to 'community')
-rw-r--r--community/farbfeld/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/farbfeld/APKBUILD b/community/farbfeld/APKBUILD
index 6ba861f78e..fc70326fc3 100644
--- a/community/farbfeld/APKBUILD
+++ b/community/farbfeld/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=farbfeld
pkgver=3
-pkgrel=0
+pkgrel=1
pkgdesc="Lossless image format which is easy to parse, pipe and compress"
url="https://tools.suckless.org/farbfeld/"
arch="all"
license="ISC"
-depends=""
+depends="file"
makedepends="libpng-dev libjpeg-turbo-dev"
install=""
options="!check"