summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore10
-rw-r--r--PKGBUILD6
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32418238a92a..99e722a94e1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = canto-curses-git
pkgdesc = ncurses user interface for canto-daemon/canto-next. Git version
pkgver = 0.9.6
- pkgrel = 1
+ pkgrel = 3
url = http://codezen.org/canto-ng/
arch = i686
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = canto-curses-git
makedepends = git
depends = ncurses
depends = readline
- depends = canto-daemon>=0.9.1
+ depends = canto-next-git>=0.9.2
optdepends = xdg-utils: xdg-open is used as default browser
- provides = canto-curses=0.9.6
+ provides = canto-curses=0.9.7
conflicts = canto-curses
source = git://github.com/themoken/canto-curses#branch=master
md5sums = SKIP
diff --git a/.gitignore b/.gitignore
index f3bc2f51a55e..b71212057545 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
-*/src
-*/pkg
+src/
+pkg/
*.gz
*.xz
*.bz2
@@ -10,6 +10,6 @@
*.txt
*.log
*.scm
-*/canto-curses
-*/*.pkg
-*/*.asc
+canto-curses/
+*.pkg
+*.asc
diff --git a/PKGBUILD b/PKGBUILD
index 15926672c9d2..b3ad313ef630 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
_pkgname=canto-curses
pkgname=canto-curses-git
pkgver=0.9.6
-pkgrel=1
+pkgrel=3
pkgdesc="ncurses user interface for canto-daemon/canto-next. Git version"
url="http://codezen.org/canto-ng/"
license=('GPL')
arch=('i686' 'x86_64')
-depends=('ncurses' 'readline' 'canto-daemon>=0.9.1')
+depends=('ncurses' 'readline' 'canto-next-git>=0.9.2')
makedepends=('git')
optdepends=('xdg-utils: xdg-open is used as default browser')
conflicts=('canto-curses')
-provides=('canto-curses=0.9.6')
+provides=('canto-curses=0.9.7')
source=('git://github.com/themoken/canto-curses#branch=master')
md5sums=('SKIP')