Merge branch 'master' of gitorious.org:chakra-packages/apps

This commit is contained in:
Michael Haesel 2014-07-21 17:50:19 +00:00
commit 7fcfd7dd65

View File

@ -1,7 +1,7 @@
# Maintainer: FranzMari <franzmari[at]chakra-project[dot]it> # Maintainer: FranzMari <franzmari[at]chakra-project[dot]it>
pkgname=flacon pkgname=flacon
pkgver=0.9.4 pkgver=1.0.0
pkgrel=1 pkgrel=1
pkgdesc="Tool to extract individual tracks from one big audio file." pkgdesc="Tool to extract individual tracks from one big audio file."
arch=('x86_64') arch=('x86_64')
@ -20,7 +20,7 @@ optdepends=('flac: for encoding and decoding FLAC files'
'wavpack: for WavPack support') 'wavpack: for WavPack support')
categories=('multimedia') categories=('multimedia')
source=(https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz) source=(https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
md5sums=('732cdd83ddc8cb464cae1822e8662b7f') md5sums=('6e1cc5ec1b3ac9d04b1cbf5044bfd865')
build() { build() {
cd $srcdir/$pkgname-$pkgver cd $srcdir/$pkgname-$pkgver