summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-02-09 15:27:01 -0500
committergraysky2016-02-09 15:27:01 -0500
commit7aef8999c40c8df8e409ee23b7619214604f59e4 (patch)
treeda24d82281ab8619858f0a0bd17363aabb9c53ec
parent45824e937b2cf3d2127c95fbb41ab53d4661e018 (diff)
downloadaur-7aef8999c40c8df8e409ee23b7619214604f59e4.tar.gz
Update to 2.73-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4745fe5c9516..fd0a0f5b1635 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+# Generated by mksrcinfo v8
+# Tue Feb 9 20:27:01 UTC 2016
pkgbase = flac2all
pkgdesc = Multi-threaded audio converter of FLAC to either Ogg Vorbis or MP3 retaining all tags and metadata.
pkgver = 2.73
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ZivaVatra/flac2all
arch = any
license = GPL2
depends = flac
depends = python2
+ depends = opus-tools
optdepends = lame: for mp3 support
optdepends = vorbis-tools: for ogg support
- optdepends = opus-tools: for opus support
conflicts = flac2all-svn
source = https://github.com/ZivaVatra/flac2all/archive/v2.73.tar.gz
sha256sums = 11a44717e9dad781e27434c4182a28d1a3c9a6f661bfad4d9168457370797286
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')