summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Snell2024-02-06 15:57:59 -0500
committerSean Snell2024-02-06 15:57:59 -0500
commit9fe1c0f7cfcff2aa3d6068ea428467f9f3bdada2 (patch)
tree6c08ab6698ed8ee2327356b8a71cd21da2b2cdef
parent5bc4a1e27f2f5e76391de42b17fcc70bc0a493bb (diff)
downloadaur-9fe1c0f7cfcff2aa3d6068ea428467f9f3bdada2.tar.gz
optdepends correction
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8a6660c033e..abd02fb00b07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jack_mixer_cc
pkgdesc = A companion for jack_mixer that provides CLI control for channel adjustments
pkgver = 0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sen87/jack_mixer_cc
arch = any
license = GNU
@@ -9,7 +9,7 @@ pkgbase = jack_mixer_cc
depends = python-pillow
depends = python-jack-client
depends = jack_mixer
- optdepends = python-dbus: for jack_mixer_cc_client.py notifications
+ optdepends = dbus-python: for jack_mixer_cc_client.py notifications
source = jack_mixer_cc-0.3.tar.gz::https://github.com/sen87/jack_mixer_cc/archive/refs/tags/v0.3.tar.gz
source = jack_mixer_cc.service
sha512sums = 4ff9197f39bf5baf3c516d31473d20c31f2aa6b2e6ab1804da6f927519554f8b4d8252b0649b9e6c9dd348e2c511391de096d1d2163d7854e17dba9a9d3b31b0
diff --git a/PKGBUILD b/PKGBUILD
index 30e71fd69ea2..39451e776895 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=jack_mixer_cc
pkgver=0.3
-pkgrel=1
+pkgrel=2
pkgdesc="A companion for jack_mixer that provides CLI control for channel adjustments"
arch=('any')
url="https://github.com/sen87/jack_mixer_cc"
license=('GNU')
depends=('python-pillow' 'python-jack-client' 'jack_mixer')
-optdepends=('python-dbus: for jack_mixer_cc_client.py notifications')
+optdepends=('dbus-python: for jack_mixer_cc_client.py notifications')
makedepends=('git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sen87/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz"
"jack_mixer_cc.service")