filteraudio-git: add distfiles+checksum (amend previous commit)
This commit is contained in:
parent
bef95dc576
commit
d7de109df5
|
@ -1,20 +1,16 @@
|
|||
# Template file for 'filteraudio-git'
|
||||
pkgname="filteraudio-git"
|
||||
version="20150416"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Lightweight audio filtering library for TOX"
|
||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||
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
|
||||
}
|
||||
wrksrc="filter_audio-$_commit"
|
||||
distfiles="https://github.com/irungentoo/filter_audio/archive/$_commit.tar.gz"
|
||||
checksum=e2e60435abef632370ff0d63f32b82fff14dd61bfb37debc9f518ffd206aa0ac
|
||||
|
||||
# Development package
|
||||
filteraudio-devel-git_package() {
|
||||
|
|
Loading…
Reference in New Issue