diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,13 +1,13 @@ pkgbase = waytune-git pkgdesc = A collection of custom waybar module pkgver = r14.1cf6c02 - pkgrel = 1 + pkgrel = 2 url = https://github.com/Nadim147c/WayTune arch = x86_64 license = AGPL makedepends = git makedepends = go - optdepends = wpctl: control volume in pipewire module + optdepends = wireplumber: control volume in pipewire module provides = waytune conflicts = waytune source = waytune-git::git+https://github.com/Nadim147c/WayTune.git @@ -4,13 +4,13 @@ _pkgname="waytune" pkgname="$_pkgname-git" pkgver=r14.1cf6c02 -pkgrel=1 +pkgrel=2 pkgdesc="A collection of custom waybar module" arch=("x86_64") url="https://github.com/Nadim147c/WayTune" license=('AGPL') makedepends=('git' 'go') -optdepends=("wpctl: control volume in pipewire module") +optdepends=("wireplumber: control volume in pipewire module") provides=("waytune") conflicts=("waytune") source=("$pkgname::git+$url.git") |