summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2015-08-05 18:28:36 +0200
committerNarrat2015-08-05 18:32:27 +0200
commitc4c9a291928dcf281d7300872f102252e2d35f48 (patch)
tree31847d8be6723c983c6c50124d7c91fab3b6f4d9 /PKGBUILD
parentafa1514274e73ba44e923740df785444c69f0837 (diff)
downloadaur-c4c9a291928dcf281d7300872f102252e2d35f48.tar.gz
Canto-Curses-git: Cleanup:
Bump required canto-daemon to 0.9.2 (was a big release) Change dep to canto-next-git so AUR helpers like yaourt don't hit the wall. Mixing is still possible, since the stable PKGBUILD provides the pkgname of the git one And fix gitignore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')