summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2015-08-05 18:27:01 +0200
committerNarrat2015-08-05 18:32:50 +0200
commitdf3de5330f373636b51ad9bbbb59c62f78b6bb04 (patch)
treeb08804df4c8ee1fa8a107250488a8e3a5a4bba66
parentb9beeefdfdec8b48b7c84f53396d00d345f27966 (diff)
downloadaur-df3de5330f373636b51ad9bbbb59c62f78b6bb04.tar.gz
Canto-Curses: Bump required canto-daemon version
Just to make sure, no one stumbles onto issues, since 0.9.2 had massive changes And fix gitignore
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77aa3041e18e..6fa77c1f5068 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = canto-curses
pkgdesc = ncurses user interface for canto-daemon
pkgver = 0.9.6
- pkgrel = 1
+ pkgrel = 3
url = http://codezen.org/canto-ng/
arch = i686
arch = x86_64
license = GPL
depends = ncurses
depends = readline
- depends = canto-daemon>=0.9.0
+ depends = canto-daemon>=0.9.2
optdepends = xdg-utils: xdg-open is used as default browser
source = https://github.com/themoken/canto-curses/archive/v0.9.6.tar.gz
md5sums = a8f9bbde8b02036e70b77f3f9c8424bf
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 7972351439b7..d911f3897ec9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=canto-curses
pkgver=0.9.6
-pkgrel=1
+pkgrel=3
pkgdesc="ncurses user interface for canto-daemon"
url="http://codezen.org/canto-ng/"
license="GPL"
arch=('i686' 'x86_64')
-depends=('ncurses' 'readline' 'canto-daemon>=0.9.0')
+depends=('ncurses' 'readline' 'canto-daemon>=0.9.2')
optdepends=('xdg-utils: xdg-open is used as default browser')
source=(https://github.com/themoken/$pkgname/archive/v$pkgver.tar.gz)
md5sums=('a8f9bbde8b02036e70b77f3f9c8424bf')