summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2015-08-05 18:28:36 +0200
committerNarrat2015-08-05 18:32:27 +0200
commitc4c9a291928dcf281d7300872f102252e2d35f48 (patch)
tree31847d8be6723c983c6c50124d7c91fab3b6f4d9
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
-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')