aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Frankenberger <simon-alpine@fraho.eu>2021-09-18 14:02:13 +0200
committerLeo <thinkabit.ukim@gmail.com>2021-09-21 21:58:39 +0000
commitbc0e67205176c9503cfe3fdf18f28dd3d46083cb (patch)
tree7eaad8c25d04717972c10edaeab2a5c5a62f379a
parenta9f3d5b354aa658952e9a24522e18c847a4d1a2f (diff)
community/wslu: remove unused imagemagick dependency
-rw-r--r--community/wslu/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/wslu/APKBUILD b/community/wslu/APKBUILD
index a34c95c96ce..78e4958ada6 100644
--- a/community/wslu/APKBUILD
+++ b/community/wslu/APKBUILD
@@ -2,14 +2,15 @@
# Contributor: Jinming Wu, Patrick <me@patrickwu.space>
pkgname=wslu
pkgver=3.2.3
-pkgrel=0
+pkgrel=1
pkgdesc="collection of utilities for Windows 10 Linux Subsystems"
url="https://wslutiliti.es/wslu"
arch="noarch"
license="GPL-3.0-or-later"
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"
-depends="bc bash-completion imagemagick grep"
+depends="bc bash-completion grep"
makedepends="gzip"
+checkdepends="bats"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/wslutilities/wslu/archive/v$pkgver.tar.gz"
# Testsuite needs to be run from inside WSL