summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2015-07-17 11:25:23 +0200
committerNarrat2015-07-17 11:25:23 +0200
commitc335cecdd532b7966364830d1cf4dc979097858a (patch)
tree505ff379e25165ad80fb390169fc885de90c85e4
parent2e0e000cffbc3b7db8d013c1f9b33f4f5384a4f9 (diff)
downloadaur-c335cecdd532b7966364830d1cf4dc979097858a.tar.gz
Canto-Daemon: Update to 0.9.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72f8539399ba..c798217ce5a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = canto-daemon
pkgdesc = News aggregator for Atom/RSS/RDF
- pkgver = 0.9.2
- pkgrel = 2
+ pkgver = 0.9.3
+ pkgrel = 1
url = http://codezen.org/canto-ng/
arch = any
license = GPL
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.2.tar.gz
- md5sums = 93b493471cdc90cf01f58ef859dd2da7
+ source = https://github.com/themoken/canto-next/archive/v0.9.3.tar.gz
+ md5sums = 0539daa042745ca0f59daa6205d46499
pkgname = canto-daemon
diff --git a/PKGBUILD b/PKGBUILD
index c9ad96d16c74..0b0be590acef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=canto-next
pkgname=canto-daemon
-pkgver=0.9.2
-pkgrel=2
+pkgver=0.9.3
+pkgrel=1
pkgdesc="News aggregator for Atom/RSS/RDF"
url="http://codezen.org/canto-ng/"
license=('GPL')
@@ -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=('93b493471cdc90cf01f58ef859dd2da7')
+md5sums=('0539daa042745ca0f59daa6205d46499')
package() {