Skip to content

Commit d622d20

Browse files
silentJET85philclifford
authored andcommitted
change install method for indicator-sound-switcher
1 parent da086c1 commit d622d20

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

01-main/packages/indicator-sound-switcher

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
DEFVER=1
2-
PPA="ppa:yktooo/ppa"
1+
DEFVER=2
2+
ARCHS_SUPPORTED="amd64 arm64 armhf"
3+
get_website "https://yktoo.com/en/software/sound-switcher-indicator/download/"
4+
if [ "${ACTION}" != prettylist ]; then
5+
URL="$(grep -o -m 1 "https[^ ]*\.deb" "${CACHE_FILE}")"
6+
VERSION_PUBLISHED="$(echo "${URL}" | cut -d '_' -f 2)"
7+
fi
38
PRETTY_NAME="Sound Switcher Indicator"
4-
WEBSITE="https://yktoo.com/en/software/sound-switcher-indicator/#software-downloads"
9+
WEBSITE="https://yktoo.com/en/software/sound-switcher-indicator"
510
SUMMARY="Sound input/output selector indicator for Linux."
6-

0 commit comments

Comments
 (0)