summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-06-13 02:18:59 +0200
committerpiotr2023-06-13 02:18:59 +0200
commit0b401f9a2f611cb8970ba1076bcf32d293299961 (patch)
tree42d382f47bc961ef0513e476b7f1a45cd6d4421a
parent98e3d5c0aeae283a866a54494b17c5a8415fd1b6 (diff)
downloadaur-t2ec.tar.gz
update dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7230e98d4910..2db5d9b1eb4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = t2ec
pkgdesc = Scripts to display info icons and controls in Tint2 or other panels
pkgver = 1.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/nwg-piotr/tint2-executors
arch = x86_64
license = GPL3
@@ -11,8 +11,6 @@ pkgbase = t2ec
depends = alsa-utils
depends = wireless_tools
depends = wget
- depends = pulseaudio
- depends = pulseaudio-alsa
optdepends = light: for machines not handling xbacklight
optdepends = rof-git: for running mouse events commands as single instances
optdepends = zenity: for volume and brightness slider box
diff --git a/PKGBUILD b/PKGBUILD
index 4738cb00ef74..9735320ab4c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('t2ec')
pkgver=1.4
-pkgrel=2
+pkgrel=3
pkgdesc="Scripts to display info icons and controls in Tint2 or other panels"
arch=('x86_64')
url="https://github.com/nwg-piotr/tint2-executors"
license=('GPL3')
-depends=('python' 'acpi' 'xorg-xbacklight' 'alsa-utils' 'wireless_tools' 'wget' 'pulseaudio' 'pulseaudio-alsa')
+depends=('python' 'acpi' 'xorg-xbacklight' 'alsa-utils' 'wireless_tools' 'wget')
optdepends=('light: for machines not handling xbacklight'
'rof-git: for running mouse events commands as single instances'
'zenity: for volume and brightness slider box')