summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2015-07-28 15:41:03 +0200
committerNarrat2015-07-28 15:41:03 +0200
commitece2ace21d98a6643e4da3bcd45c01cb19a8e24b (patch)
tree024d001f8d5423af4f24d260322479935858b84a
parent0d3332b91d7741c18c7f87a90a9b14f8695a8b9b (diff)
downloadaur-ece2ace21d98a6643e4da3bcd45c01cb19a8e24b.tar.gz
canto-daemon: Update to 0.9.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8951fa9de58..df36829092a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = canto-daemon
pkgdesc = News aggregator for Atom/RSS/RDF
- pkgver = 0.9.4
+ pkgver = 0.9.5
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.4.tar.gz
- md5sums = d53c061b8936c330993f507faf58461f
+ source = https://github.com/themoken/canto-next/archive/v0.9.5.tar.gz
+ md5sums = 128a5e59400bbf6f472c0109e66c6250
pkgname = canto-daemon
diff --git a/PKGBUILD b/PKGBUILD
index e724045a3e0e..fe147e112139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=canto-next
pkgname=canto-daemon
-pkgver=0.9.4
+pkgver=0.9.5
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=('d53c061b8936c330993f507faf58461f')
+md5sums=('128a5e59400bbf6f472c0109e66c6250')
package() {