summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf9c96bf4f12..64d35f040c70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jul 30 17:07:44 UTC 2016
+# Sat Jun 10 11:00:14 UTC 2017
pkgbase = flac2all
pkgdesc = Multi-threaded audio converter of FLAC to either Ogg Vorbis or MP3 retaining all tags and metadata.
pkgver = 2.75
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ZivaVatra/flac2all
arch = any
license = GPL2
@@ -12,6 +12,7 @@ pkgbase = flac2all
depends = opus-tools
optdepends = lame: for mp3 support
optdepends = vorbis-tools: for ogg support
+ optdepends = opus-tools: for opus support
conflicts = flac2all-svn
replaces = flac2all-svn
source = https://github.com/ZivaVatra/flac2all/archive/v2.75.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ada74af72f14..f17345e1da21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=flac2all
pkgver=2.75
-pkgrel=2
+pkgrel=3
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"
@@ -11,8 +11,8 @@ conflicts=('flac2all-svn')
replaces=('flac2all-svn')
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')
source=("https://github.com/ZivaVatra/flac2all/archive/v$pkgver.tar.gz")
sha256sums=('9cfe80e2544b5c486b3468833e2034e4e6fa68c5a7a3f9a5c4e2f733c28d74aa')