summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio Esteves Duarte2022-08-10 00:21:28 +0200
committerElio Esteves Duarte2022-08-10 00:21:28 +0200
commitc96c88f3bf316c595ac95f6de4fd06d5f76a8195 (patch)
treed3b95d6c6be14542e16fe9cbbeb6a2602690c910
parentad857024a4952ac82f266b39495c29414f541824 (diff)
downloadaur-tomate-notify-plugin.tar.gz
Update version to 0.14.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a18379f52ef4..4ad52585e203 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tomate-notify-plugin
pkgdesc = Tomate plugin that shows screen notifications
- pkgver = 0.14.0
- pkgrel = 2
+ pkgver = 0.14.1
+ pkgrel = 1
url = https://github.com/eliostvs/tomate-notify-plugin
install = tomate-notify-plugin.install
arch = any
@@ -14,7 +14,7 @@ pkgbase = tomate-notify-plugin
depends = python
depends = tomate-gtk
options = !emptydirs
- source = https://github.com/eliostvs/tomate-notify-plugin/archive/0.14.0.tar.gz
- md5sums = 4d5caa437eb322947ce6795eb803f710
+ source = https://github.com/eliostvs/tomate-notify-plugin/archive/0.14.1.tar.gz
+ md5sums = 187c96a2db49eb4c26f6f6881a0531db
pkgname = tomate-notify-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 9c1560196da5..288212291355 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-notify-plugin
-pkgver=0.14.0
-pkgrel=2
+pkgver=0.14.1
+pkgrel=1
pkgdesc="Tomate plugin that shows screen notifications"
arch=('any')
url="https://github.com/eliostvs/tomate-notify-plugin"
@@ -15,7 +15,7 @@ depends=('gtk-update-icon-cache'
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/eliostvs/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('4d5caa437eb322947ce6795eb803f710')
+md5sums=('187c96a2db49eb4c26f6f6881a0531db')
install=tomate-notify-plugin.install
package() {