summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2015-07-23 13:33:56 +0200
committerNarrat2015-07-23 13:33:56 +0200
commit0d3332b91d7741c18c7f87a90a9b14f8695a8b9b (patch)
treeb0580b3cece9a1f3aa076ad31b7a6bdd1465f562
parentc335cecdd532b7966364830d1cf4dc979097858a (diff)
downloadaur-0d3332b91d7741c18c7f87a90a9b14f8695a8b9b.tar.gz
Canto-daemon: Update to 0.9.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c798217ce5a1..b8951fa9de58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = canto-daemon
pkgdesc = News aggregator for Atom/RSS/RDF
- pkgver = 0.9.3
+ pkgver = 0.9.4
pkgrel = 1
url = http://codezen.org/canto-ng/
arch = any
@@ -8,8 +8,8 @@ pkgbase = canto-daemon
depends = python-feedparser
optdepends = canto-curses: Curses interface
optdepends = python-requests: Needed by inoreader plugin
- source = https://github.com/themoken/canto-next/archive/v0.9.3.tar.gz
- md5sums = 0539daa042745ca0f59daa6205d46499
+ source = https://github.com/themoken/canto-next/archive/v0.9.4.tar.gz
+ md5sums = d53c061b8936c330993f507faf58461f
pkgname = canto-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 0b0be590acef..e724045a3e0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=canto-next
pkgname=canto-daemon
-pkgver=0.9.3
+pkgver=0.9.4
pkgrel=1
pkgdesc="News aggregator for Atom/RSS/RDF"
url="http://codezen.org/canto-ng/"
@@ -12,7 +12,7 @@ depends=('python-feedparser')
optdepends=('canto-curses: Curses interface'
'python-requests: Needed by inoreader plugin')
source=(https://github.com/themoken/${_pkgname}/archive/v${pkgver}.tar.gz)
-md5sums=('0539daa042745ca0f59daa6205d46499')
+md5sums=('d53c061b8936c330993f507faf58461f')
package() {