termux-services: depend on dpkg as well

dpkg contains `start-stop-daemon`, which is used by the termux-services scripts.
This commit is contained in:
Henrik Grimler 2022-12-26 22:20:55 +01:00 committed by GitHub
parent 09a8870e46
commit 7c8bf1d318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@ TERMUX_PKG_DESCRIPTION="Service daemon for Termux"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
TERMUX_PKG_VERSION=0.13
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/termux/termux-services/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=486a2b21332e0557764c706e6d01a33af54425ee4ac9cc3d3e74ee574799ffb9
TERMUX_PKG_DEPENDS="runit, coreutils"
TERMUX_PKG_DEPENDS="coreutils, dpkg, runit"
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_BUILD_IN_SRC=true