filteraudio: update to 20150416.
This commit is contained in:
parent
847300ab4b
commit
0898aafbc6
|
@ -1974,7 +1974,7 @@ libusbredirhost.so.1 usbredir-0.7_1
|
|||
libprotobuf-c.so.1 protobuf-c-1.1.0_1
|
||||
libutf8proc.so.1 libutf8proc-1.1.6_1
|
||||
libnsutils.so.0 libnsutils-0.0.1_1
|
||||
libfilteraudio.so.0 filteraudio-git-20150313_1
|
||||
libfilteraudio.so filteraudio-git-20150416_1
|
||||
libtoxcore.so.0 toxcore-git-20150313_2
|
||||
libtoxencryptsave.so.0 toxcore-git-20150313_2
|
||||
libtoxdns.so.0 toxcore-git-20150313_2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'filteraudio-git'
|
||||
pkgname="filteraudio-git"
|
||||
version="20150313"
|
||||
version="20150416"
|
||||
revision=1
|
||||
short_desc="Lightweight audio filtering library for TOX"
|
||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||
|
@ -8,9 +8,12 @@ license="3-clause-BSD"
|
|||
homepage="https://tox.im"
|
||||
hostmakedepends="git"
|
||||
build_style="gnu-makefile"
|
||||
_commit=612c5a102550c614e4c8f859e753ea64c0b7250c
|
||||
|
||||
do_fetch() {
|
||||
git clone https://github.com/irungentoo/filter_audio.git ${wrksrc}
|
||||
cd $wrksrc
|
||||
git checkout $_commit
|
||||
}
|
||||
|
||||
# Development package
|
||||
|
|
Loading…
Reference in New Issue