summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"