diff options
author | ptrcnull <git@ptrcnull.me> | 2023-03-02 15:17:56 +0100 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2023-03-02 15:44:51 +0000 |
commit | a9f62611d8c6e1715e3b19242835531324e03821 (patch) | |
tree | 03bbef0ba1357514b133de448750435f0a7c05e0 | |
parent | e75e1f8e733300b6bd8c2f892b2d9069585fbdf9 (diff) |
testing/f_scripts: remove f_phone dep on pinephone-call-audio
..again (3cdb0cfd935)
-rw-r--r-- | testing/f_scripts/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/f_scripts/APKBUILD b/testing/f_scripts/APKBUILD index 35b820952b4..f63ff54839d 100644 --- a/testing/f_scripts/APKBUILD +++ b/testing/f_scripts/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Miles Alan <m@milesalan.com> pkgname=f_scripts pkgver=0.5 -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" } |