summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-07-30 13:07:44 -0400
committergraysky2016-07-30 13:07:44 -0400
commit2c1cff1848250b6945a63798708203453ac8a1fc (patch)
tree592ad380bf9f0e258c04f4f5027b5d38b4a48c24
parent480e8c74f3d8ec3ac03cecea2160a4566d6962a0 (diff)
downloadaur-2c1cff1848250b6945a63798708203453ac8a1fc.tar.gz
Update to 2.75-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f9b81012ccc..bf9c96bf4f12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Apr 25 19:59:43 UTC 2016
+# Sat Jul 30 17:07:44 UTC 2016
pkgbase = flac2all
pkgdesc = Multi-threaded audio converter of FLAC to either Ogg Vorbis or MP3 retaining all tags and metadata.
pkgver = 2.75
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ZivaVatra/flac2all
arch = any
license = GPL2
@@ -13,6 +13,7 @@ pkgbase = flac2all
optdepends = lame: for mp3 support
optdepends = vorbis-tools: for ogg support
conflicts = flac2all-svn
+ replaces = flac2all-svn
source = https://github.com/ZivaVatra/flac2all/archive/v2.75.tar.gz
sha256sums = 9cfe80e2544b5c486b3468833e2034e4e6fa68c5a7a3f9a5c4e2f733c28d74aa
diff --git a/PKGBUILD b/PKGBUILD
index ca5e991944c8..ada74af72f14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=flac2all
pkgver=2.75
-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')
+replaces=('flac2all-svn')
depends=('flac' 'python2' 'opus-tools')
optdepends=('lame: for mp3 support'
'vorbis-tools: for ogg support')