summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49450ad8d4fe..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.3
- pkgrel = 1
+ pkgver = 1.4
+ pkgrel = 3
url = https://github.com/nwg-piotr/tint2-executors
arch = x86_64
license = GPL3
@@ -11,13 +11,10 @@ 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
- source = https://github.com/nwg-piotr/t2ec/archive/v1.3.tar.gz
- md5sums = 86bfccf9efac96f88a63cbbd431fbb74
+ source = https://github.com/nwg-piotr/t2ec/archive/v1.4.tar.gz
+ md5sums = 5d3c99306d30da29998c39c6dea741eb
pkgname = t2ec
-
diff --git a/PKGBUILD b/PKGBUILD
index ee5be8177f2c..9735320ab4c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('t2ec')
-pkgver=1.3
-pkgrel=1
+pkgver=1.4
+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')
-source=("https://github.com/nwg-piotr/t2ec/archive/v1.3.tar.gz")
+source=("https://github.com/nwg-piotr/t2ec/archive/v1.4.tar.gz")
-md5sums=('86bfccf9efac96f88a63cbbd431fbb74')
+md5sums=('5d3c99306d30da29998c39c6dea741eb')
package() {
install -D -t "$pkgdir"/usr/lib/"$pkgname" "$pkgname"-"$pkgver"/scripts-arch/*.sh