summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2015-07-17 02:07:46 +0200
committerNarrat2015-07-17 02:07:46 +0200
commit3b7a5bb4073d0f68eaae7134c54e40aaf1612bb8 (patch)
tree4ec2cd1e51b2e1a04137f12957f22c5b55bc3db5
parent3e3da37de48ca983e058bd75ace645ca41aaf5b5 (diff)
downloadaur-3b7a5bb4073d0f68eaae7134c54e40aaf1612bb8.tar.gz
Canto-Daemon: Update to 0.9.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91aac3bbfdda..b939a7d32a50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = canto-daemon
pkgdesc = News aggregator for Atom/RSS/RDF
- pkgver = 0.9.1
+ pkgver = 0.9.2
pkgrel = 1
url = http://codezen.org/canto-ng/
arch = any
license = GPL
depends = python-feedparser
optdepends = canto-curses: Curses interface
- source = https://github.com/themoken/canto-next/archive/v0.9.1.tar.gz
- md5sums = 1488b5ed9b5a685a25408cc6ce5cce40
+ source = https://github.com/themoken/canto-next/archive/v0.9.2.tar.gz
+ md5sums = 93b493471cdc90cf01f58ef859dd2da7
pkgname = canto-daemon
diff --git a/PKGBUILD b/PKGBUILD
index cd68c0efd289..833f1de4afe4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=canto-next
pkgname=canto-daemon
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc="News aggregator for Atom/RSS/RDF"
url="http://codezen.org/canto-ng/"
@@ -10,8 +10,8 @@ license=('GPL')
arch=('any')
depends=('python-feedparser')
optdepends=('canto-curses: Curses interface')
-source=(https://github.com/themoken/canto-next/archive/v$pkgver.tar.gz)
-md5sums=('1488b5ed9b5a685a25408cc6ce5cce40')
+source=(https://github.com/themoken/${_pkgname}/archive/v${pkgver}.tar.gz)
+md5sums=('93b493471cdc90cf01f58ef859dd2da7')
package() {