summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio Esteves Duarte2022-08-09 21:58:53 +0200
committerElio Esteves Duarte2022-08-09 21:58:53 +0200
commit96ffbadcbd0e5fdc0d56c074122785c780de542d (patch)
tree2077eab2b7f203b1e5fa69484a67327f905b842f
parent935c39d978c5cbcb15f2282645af962d78958f93 (diff)
downloadaur-96ffbadcbd0e5fdc0d56c074122785c780de542d.tar.gz
Update version to 0.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c001969220fd..15466d2b72ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tomate-notify-plugin
pkgdesc = Tomate plugin that shows screen notifications
- pkgver = 0.14.0
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/eliostvs/tomate-notify-plugin
install = tomate-notify-plugin.install
@@ -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.8.0.tar.gz
+ md5sums = 7e3f46f43fb4bd384f7e312878208fc4
pkgname = tomate-notify-plugin
diff --git a/PKGBUILD b/PKGBUILD
index a8a105bbc089..69333320c20b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-notify-plugin
-pkgver=0.14.0
+pkgver=0.8.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=('4d5caa437eb322947ce6795eb803f710')
+md5sums=('7e3f46f43fb4bd384f7e312878208fc4')
install=tomate-notify-plugin.install
package() {