summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio Esteves Duarte2021-06-27 15:41:02 -0300
committerElio Esteves Duarte2021-06-27 15:41:02 -0300
commit935c39d978c5cbcb15f2282645af962d78958f93 (patch)
treef940579aac490264a7c9f51cd8e1380e9597d7ff
parent5d84e04e78484bf25ab914b57bd04ba9e7de5153 (diff)
downloadaur-935c39d978c5cbcb15f2282645af962d78958f93.tar.gz
Update version to 0.14.0-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c6d92d28f18..c001969220fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tomate-notify-plugin
pkgdesc = Tomate plugin that shows screen notifications
- pkgver = 0.13.0
+ pkgver = 0.14.0
pkgrel = 1
url = https://github.com/eliostvs/tomate-notify-plugin
install = tomate-notify-plugin.install
@@ -14,8 +14,7 @@ pkgbase = tomate-notify-plugin
depends = python
depends = tomate-gtk
options = !emptydirs
- source = https://github.com/eliostvs/tomate-notify-plugin/archive/0.13.0.tar.gz
- md5sums = be413223a5442a443a7f77e043783962
+ source = https://github.com/eliostvs/tomate-notify-plugin/archive/0.14.0.tar.gz
+ md5sums = 4d5caa437eb322947ce6795eb803f710
pkgname = tomate-notify-plugin
-
diff --git a/PKGBUILD b/PKGBUILD
index 531d44031e1b..a8a105bbc089 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-notify-plugin
-pkgver=0.13.0
+pkgver=0.14.0
pkgrel=1
pkgdesc="Tomate plugin that shows screen notifications"
arch=('any')
@@ -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=('be413223a5442a443a7f77e043783962')
+md5sums=('4d5caa437eb322947ce6795eb803f710')
install=tomate-notify-plugin.install
package() {