summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio Esteves Duarte2022-08-09 22:01:01 +0200
committerElio Esteves Duarte2022-08-09 22:01:01 +0200
commitad857024a4952ac82f266b39495c29414f541824 (patch)
treed28681e23fd03fc856be379878946dba09109075
parent96ffbadcbd0e5fdc0d56c074122785c780de542d (diff)
downloadaur-ad857024a4952ac82f266b39495c29414f541824.tar.gz
Update version to 0.14.0-2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15466d2b72ff..a18379f52ef4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tomate-notify-plugin
pkgdesc = Tomate plugin that shows screen notifications
- pkgver = 0.8.0
- pkgrel = 1
+ pkgver = 0.14.0
+ pkgrel = 2
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.8.0.tar.gz
- md5sums = 7e3f46f43fb4bd384f7e312878208fc4
+ 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 69333320c20b..9c1560196da5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-notify-plugin
-pkgver=0.8.0
-pkgrel=1
+pkgver=0.14.0
+pkgrel=2
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=('7e3f46f43fb4bd384f7e312878208fc4')
+md5sums=('4d5caa437eb322947ce6795eb803f710')
install=tomate-notify-plugin.install
package() {