summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b253e588d533..86145141411b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tomate-exec-plugin
pkgdesc = Tomate plugin that run bash commands when the session starts, stops or finishes
- pkgver = 0.8.1
+ pkgver = 0.8.2
pkgrel = 1
url = https://github.com/eliostvs/tomate-exec-plugin
arch = any
@@ -9,7 +9,7 @@ pkgbase = tomate-exec-plugin
depends = python
depends = tomate-gtk
options = !emptydirs
- source = https://github.com/eliostvs/tomate-exec-plugin/archive/0.8.1.tar.gz
- md5sums = d5b8560e5e586b2373d27ec4cfbc6db5
+ source = https://github.com/eliostvs/tomate-exec-plugin/archive/0.8.2.tar.gz
+ md5sums = 46362f7bfc346af092b66c6318f1ffcf
pkgname = tomate-exec-plugin
diff --git a/PKGBUILD b/PKGBUILD
index fcbbfa5a372f..f3e56d3a3fa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-exec-plugin
-pkgver=0.8.1
+pkgver=0.8.2
pkgrel=1
pkgdesc="Tomate plugin that run bash commands when the session starts, stops or finishes"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python'
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/eliostvs/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('d5b8560e5e586b2373d27ec4cfbc6db5')
+md5sums=('46362f7bfc346af092b66c6318f1ffcf')
package() {
cd "$srcdir/$pkgname-$pkgver"