summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorElio Esteves Duarte2022-08-09 22:19:44 +0200
committerElio Esteves Duarte2022-08-09 22:19:44 +0200
commitcfaf9ba66d2e65f4046890a0370d9142eee513aa (patch)
treee72445d4a85cc6b63915d08226360b7444a465a3 /PKGBUILD
parent8aaebc465a2bd2e8b3ddc9463d6dc4e73304bdcd (diff)
downloadaur-cfaf9ba66d2e65f4046890a0370d9142eee513aa.tar.gz
Update version to 0.8.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a9c48dbf849..fcbbfa5a372f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-exec-plugin
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.8.1
+pkgrel=1
pkgdesc="Tomate plugin that run bash commands when the session starts, stops or finishes"
arch=('any')
url="https://github.com/eliostvs/tomate-exec-plugin"
@@ -11,7 +11,7 @@ depends=('python'
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/eliostvs/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('ce8e478d4cea94bd79e075874e2d2990')
+md5sums=('d5b8560e5e586b2373d27ec4cfbc6db5')
package() {
cd "$srcdir/$pkgname-$pkgver"