summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio Esteves Duarte2022-08-10 00:09:19 +0200
committerElio Esteves Duarte2022-08-10 00:09:19 +0200
commitdf02e805d6e7b1f1d0781a1ff09a6bd54f507981 (patch)
tree4a80983493d562e1c72089393d31a0e29617fc8a
parentcfaf9ba66d2e65f4046890a0370d9142eee513aa (diff)
downloadaur-df02e805d6e7b1f1d0781a1ff09a6bd54f507981.tar.gz
Update version to 0.8.2-1
-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"