summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2016-02-09 15:27:01 -0500
committergraysky2016-02-09 15:27:01 -0500
commit7aef8999c40c8df8e409ee23b7619214604f59e4 (patch)
treeda24d82281ab8619858f0a0bd17363aabb9c53ec /PKGBUILD
parent45824e937b2cf3d2127c95fbb41ab53d4661e018 (diff)
downloadaur-7aef8999c40c8df8e409ee23b7619214604f59e4.tar.gz
Update to 2.73-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c655485ee48e..0ee0fd98a8b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,17 @@
pkgname=flac2all
pkgver=2.73
-pkgrel=1
+pkgrel=2
pkgdesc="Multi-threaded audio converter of FLAC to either Ogg Vorbis or MP3 retaining all tags and metadata."
arch=('any')
url="https://github.com/ZivaVatra/flac2all"
license=('GPL2')
conflicts=('flac2all-svn')
-depends=('flac' 'python2')
+depends=('flac' 'python2' 'opus-tools')
optdepends=('lame: for mp3 support'
-'vorbis-tools: for ogg support'
-'opus-tools: for opus support')
+'vorbis-tools: for ogg support')
+#'opus-tools: for opus support')
-# graysky is temp hosting on his github until Ziva tags his releases
source=("https://github.com/ZivaVatra/flac2all/archive/v$pkgver.tar.gz")
sha256sums=('11a44717e9dad781e27434c4182a28d1a3c9a6f661bfad4d9168457370797286')