summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2016-06-01 21:14:42 +0200
committerNarrat2016-06-01 21:14:42 +0200
commit8c6f30abdcf44b4de8029c39ea5a171f22bebd35 (patch)
tree7b6fcb82c9350561f6fac7dbd244fd24c4bc453c
parentcd4689a721d221d7a048293629d53a46bf84991e (diff)
downloadaur-8c6f30abdcf44b4de8029c39ea5a171f22bebd35.tar.gz
Canto-Curses: Update to 0.9.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9d84c14d907..9497b7414ca1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Feb 7 11:23:50 UTC 2016
+# Wed Jun 1 19:14:42 UTC 2016
pkgbase = canto-curses
pkgdesc = ncurses user interface for canto-daemon
- pkgver = 0.9.6
- pkgrel = 3
+ pkgver = 0.9.7
+ pkgrel = 1
url = http://codezen.org/canto-ng/
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = canto-curses
depends = readline
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
+ source = https://github.com/themoken/canto-curses/archive/v0.9.7.tar.gz
+ md5sums = 06efcd68d443dac6c67660e7ea3d141a
pkgname = canto-curses
diff --git a/PKGBUILD b/PKGBUILD
index baf6fa31934b..e0bce505afb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Lex Black <autumn-wind at web dot de>
pkgname=canto-curses
-pkgver=0.9.6
-pkgrel=3
+pkgver=0.9.7
+pkgrel=1
pkgdesc="ncurses user interface for canto-daemon"
url="http://codezen.org/canto-ng/"
license=("GPL")
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
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')
+md5sums=('06efcd68d443dac6c67660e7ea3d141a')
build() {