summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2522749d0dbd..5814524c646e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = firefox-dpms-git
license = GPL3
makedepends = git
depends = python
- depends = python-pulse-control
+ depends = python-pulsectl
source = git+https://github.com/dglava/firefox-dpms.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 062ce597ca27..785278a6fcc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Disable DPMS settings when playing video in Firefox"
arch=('any')
url="https://github.com/dglava/firefox-dpms"
license=('GPL3')
-depends=('python' 'python-pulse-control')
+depends=('python' 'python-pulsectl')
makedepends=('git')
source=('git+https://github.com/dglava/firefox-dpms.git')
md5sums=('SKIP')