summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d423cb66e900..407ea1818b0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 8 22:42:47 UTC 2015
+# Sat Jan 23 17:30:02 UTC 2016
pkgbase = tomate-notify-plugin
pkgdesc = Tomate plugin that shows screen notifications
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/eliostvs/tomate-notify-plugin
install = tomate-notify-plugin.install
@@ -16,7 +16,7 @@ pkgbase = tomate-notify-plugin
depends = python
depends = tomate-gtk
options = !emptydirs
- source = https://github.com/eliostvs/tomate-notify-plugin/archive/0.3.0.tar.gz
+ source = https://github.com/eliostvs/tomate-notify-plugin/archive/0.3.1.tar.gz
md5sums = 19026e8ad56ef54b5cacd66c46747e14
pkgname = tomate-notify-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 7d41d29ac565..6e443f31c403 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-notify-plugin
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="Tomate plugin that shows screen notifications"
arch=('any')
@@ -14,7 +14,7 @@ depends=( 'gtk-update-icon-cache'
'tomate-gtk')
makedepends=('python-setuptools')
options=(!emptydirs)
-source=("https://github.com/eliostvs/tomate-notify-plugin/archive/$pkgver.tar.gz")
+source=("https://github.com/eliostvs/$pkgname/archive/$pkgver.tar.gz")
md5sums=('19026e8ad56ef54b5cacd66c46747e14')
install=tomate-notify-plugin.install