summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2017-06-10 09:59:12 -0400
committergraysky2017-06-10 09:59:12 -0400
commit2c980d8181e657e131e404b953669d581c22dc08 (patch)
tree63db941d1bef61e02ca7ab32e66b391b44d4e1ea
parent39d12f20a579d90376a81e309cf439ba15a60e40 (diff)
downloadaur-2c980d8181e657e131e404b953669d581c22dc08.tar.gz
Update to 2.75-4
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64d35f040c70..725c78c0e87b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
# Generated by mksrcinfo v8
-# Sat Jun 10 11:00:14 UTC 2017
+# Sat Jun 10 13:59:12 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 = 3
+ pkgrel = 4
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
diff --git a/PKGBUILD b/PKGBUILD
index f17345e1da21..6e41fab1c3e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=flac2all
pkgver=2.75
-pkgrel=3
+pkgrel=4
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')
replaces=('flac2all-svn')
-depends=('flac' 'python2' 'opus-tools')
+depends=('flac' 'python2')
optdepends=('lame: for mp3 support'
'vorbis-tools: for ogg support'
'opus-tools: for opus support')