summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2018-12-21 17:59:20 +0100
committerpiotr2018-12-21 17:59:20 +0100
commitaef4d7623ce998a77b5791c67667f2396110a89b (patch)
tree3a47c3f9db03ba1ae024ce7880c67b31b37cd9cd
parentc1fda8b6f395a35eced46fa769359643c65978d6 (diff)
downloadaur-aef4d7623ce998a77b5791c67667f2396110a89b.tar.gz
fix to weather crash on improper JSON data
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb792f61a7bb..f754dddb4364 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.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/nwg-piotr/tint2-executors
arch = x86_64
license = GPL3
@@ -14,8 +14,8 @@ pkgbase = t2ec
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.1-2.tar.gz
- md5sums = 9b93e5eba1f24c8265c396bbe47138ea
+ source = https://github.com/nwg-piotr/t2ec/archive/v1.1-3.tar.gz
+ md5sums = a98ea36917c09da167f4c2236211f452
pkgname = t2ec
diff --git a/PKGBUILD b/PKGBUILD
index 0050df4f071f..8111b34b4092 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('t2ec')
pkgver=1.1
-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"
@@ -11,9 +11,9 @@ 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.1-2.tar.gz")
+source=("https://github.com/nwg-piotr/t2ec/archive/v1.1-3.tar.gz")
-md5sums=('9b93e5eba1f24c8265c396bbe47138ea')
+md5sums=('a98ea36917c09da167f4c2236211f452')
package() {
install -D -t "$pkgdir"/usr/lib/"$pkgname" "$pkgname"-"$pkgver"-"$pkgrel"/scripts-arch/*.sh