diff options
author | Jordan Klassen | 2015-12-29 14:30:52 -0800 |
---|---|---|
committer | Jordan Klassen | 2015-12-29 14:30:52 -0800 |
commit | 9be5d194d037b12443185b40395ee8cb9e0a85b0 (patch) | |
tree | 67e7ecd02a5b6f34ebe2e04e64e39d34b267e574 | |
parent | 5ba0c02cb251a523e86fa9e2d342d477c2042772 (diff) | |
download | aur-9be5d194d037b12443185b40395ee8cb9e0a85b0.tar.gz |
v1.6.1-1
-rw-r--r-- | .SRCINFO | 21 | ||||
-rw-r--r-- | PKGBUILD | 9 |
2 files changed, 16 insertions, 14 deletions
@@ -1,27 +1,28 @@ # Generated by mksrcinfo v8 -# Tue Dec 8 03:09:58 UTC 2015 +# Tue Dec 29 22:29:09 UTC 2015 pkgbase = kaku-bin pkgdesc = The next generation music client - pkgver = 1.6.0 - pkgrel = 2 + pkgver = 1.6.1 + pkgrel = 1 url = http://kaku.rocks arch = x86_64 license = MIT depends = gconf depends = gtk2 depends = libnotify - depends = libxtst depends = nss - depends = python2 - depends = gvfs - depends = xdg-utils - depends = desktop-file-utils + depends = alsa-lib + depends = libxtst + optdepends = gvfs + optdepends = python2 + optdepends = xdg-utils + optdepends = desktop-file-utils conflicts = kaku options = !strip - source = Kaku-linux64-v1.6.0.zip::https://github.com/EragonJ/Kaku/releases/download/1.6.0/Kaku-linux64.zip + source = Kaku-linux64-v1.6.1.zip::https://github.com/EragonJ/Kaku/releases/download/1.6.1/Kaku-linux64.zip source = kaku.png::https://camo.githubusercontent.com/0b9900f6f5800a2121741e6adf860a048220cef0/687474703a2f2f692e696d6775722e636f6d2f63334b4b5139742e706e67 source = kaku.desktop - md5sums = 5423d95c6096e6bbc59765bdaeb4d9eb + md5sums = 2c8133c984200218ec127c76e65eaee0 md5sums = 4da31bb76a5352d2310a332d7972be4a md5sums = abbb6affbdd10243d96892edc5dd68ac @@ -1,7 +1,7 @@ pkgname=kaku-bin -pkgver=1.6.0 -pkgrel=2 +pkgver=1.6.1 +pkgrel=1 pkgdesc="The next generation music client" # TODO: add 32 bit arch=('x86_64') @@ -9,10 +9,11 @@ url="http://kaku.rocks" repo="git://github.com/EragonJ/Kaku.git" license=('MIT') options=(!strip) -depends=('gconf' 'gtk2' 'libnotify' 'libxtst' 'nss' 'python2' 'gvfs' 'xdg-utils' 'desktop-file-utils') +depends=('gconf' 'gtk2' 'libnotify' 'nss' 'alsa-lib' 'libxtst') +optdepends=('gvfs' 'python2' 'xdg-utils' 'desktop-file-utils') conflicts=('kaku') -md5sums=('5423d95c6096e6bbc59765bdaeb4d9eb' +md5sums=('2c8133c984200218ec127c76e65eaee0' '4da31bb76a5352d2310a332d7972be4a' 'abbb6affbdd10243d96892edc5dd68ac') source=( |