summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio Duarte2019-02-03 12:58:34 -0200
committerElio Duarte2019-02-03 12:58:34 -0200
commitc8321caca8397e0cc6f1ebc51aba5342938f09b7 (patch)
treef2ca7de6d91cfebf0b068981e41c1a750cd055d3
parentbeceb7e6b6df9ff9cd031d218033f19385089fbd (diff)
downloadaur-c8321caca8397e0cc6f1ebc51aba5342938f09b7.tar.gz
Update version to 0.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f66bf116037..f1d7cb64b725 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tomate-notify-plugin
pkgdesc = Tomate plugin that shows screen notifications
- pkgver = 0.9.0
+ pkgver = 0.10.0
pkgrel = 1
url = https://github.com/eliostvs/tomate-notify-plugin
install = tomate-notify-plugin.install
@@ -14,8 +14,8 @@ pkgbase = tomate-notify-plugin
depends = python
depends = tomate-gtk
options = !emptydirs
- source = https://github.com/eliostvs/tomate-notify-plugin/archive/0.9.0.tar.gz
- md5sums = 12ac51c25823d0b6e31a7e54ef1c3b46
+ source = https://github.com/eliostvs/tomate-notify-plugin/archive/0.10.0.tar.gz
+ md5sums = 8b1a2e42f070a52556dcf26205882df1
pkgname = tomate-notify-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 7ca63a741884..75b0886cd084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-notify-plugin
-pkgver=0.9.0
+pkgver=0.10.0
pkgrel=1
pkgdesc="Tomate plugin that shows screen notifications"
arch=('any')
url="https://github.com/eliostvs/tomate-notify-plugin"
license=('GPL')
-depends=( 'gtk-update-icon-cache'
+depends=('gtk-update-icon-cache'
'gtk3'
'hicolor-icon-theme'
'libnotify'
@@ -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=('12ac51c25823d0b6e31a7e54ef1c3b46')
+md5sums=('8b1a2e42f070a52556dcf26205882df1')
install=tomate-notify-plugin.install
package() {