summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e852fbca6dbc..7cd060418ed4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 9e556e2f5a46..7b239c814865 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")