summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2015-08-05 18:22:39 +0200
committerNarrat2015-08-05 18:34:00 +0200
commitf73b71a4903a84ac685f3b063c632d036ef585aa (patch)
tree7a6c3bd8150ac768b4efae5d991832671ce0a057
parentece2ace21d98a6643e4da3bcd45c01cb19a8e24b (diff)
downloadaur-f73b71a4903a84ac685f3b063c632d036ef585aa.tar.gz
Canto-daemon: Cleanup
Remove the somewhat wrong optdepends which should point users to the stable curses interface. Add provides line where the pkgname of the daemon-git PKGBUILD is added with latest stable tag. This makes it possible to mix git and non-git packages if someone wants to, without editing the PKGBUILD And fix gitignore
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df36829092a8..a0046d776c5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = canto-daemon
pkgdesc = News aggregator for Atom/RSS/RDF
pkgver = 0.9.5
- pkgrel = 1
+ pkgrel = 3
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
+ provides = canto-next-git=0.9.5
source = https://github.com/themoken/canto-next/archive/v0.9.5.tar.gz
md5sums = 128a5e59400bbf6f472c0109e66c6250
diff --git a/.gitignore b/.gitignore
index 3a3642b6f6ff..d7d3a2892ad8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
-*/src
-*/pkg
+src/
+pkg/
*.gz
*.xz
*.bz2
@@ -10,5 +10,5 @@
*.txt
*.log
*.scm
-*/*.pkg
-*/*.asc
+*.pkg
+*.asc
diff --git a/PKGBUILD b/PKGBUILD
index fe147e112139..ca9233159ef2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkgname=canto-next
pkgname=canto-daemon
pkgver=0.9.5
-pkgrel=1
+pkgrel=3
pkgdesc="News aggregator for Atom/RSS/RDF"
url="http://codezen.org/canto-ng/"
license=('GPL')
arch=('any')
depends=('python-feedparser')
-optdepends=('canto-curses: Curses interface'
- 'python-requests: Needed by inoreader plugin')
+optdepends=('python-requests: Needed by inoreader plugin')
+provides=('canto-next-git=0.9.5')
source=(https://github.com/themoken/${_pkgname}/archive/v${pkgver}.tar.gz)
md5sums=('128a5e59400bbf6f472c0109e66c6250')