1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 20:55:20 +03:00

testing/f_scripts: remove f_phone dep on pinephone-call-audio

this doesn't exist in alpine
This commit is contained in:
psykose 2022-06-06 16:05:05 +00:00
parent ae30303b46
commit 3cdb0cfd93
No known key found for this signature in database

View file

@ -2,7 +2,7 @@
# Contributor: Miles Alan <m@milesalan.com>
pkgname=f_scripts
pkgver=0.4
pkgrel=0
pkgrel=1
pkgdesc="Framebufferphone prompt-driven scripts which are compatible with fbp"
url="http://git.sr.ht/~mil/f_scripts"
arch="noarch"
@ -60,7 +60,7 @@ f_networks() {
f_phone() {
pkgdesc="$pkgname - f_phone script, Manages phone calls / text messages using modemmanager"
depends="$depends polkit modemmanager linuxconsoletools pinephone-call-audio pn"
depends="$depends polkit modemmanager linuxconsoletools pn"
install -Dm755 "$builddir"/scripts/f_phone "$subpkgdir/usr/bin/f_phone"
}