summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2023-02-07 22:14:02 +0100
committerFabioLolix2023-02-07 22:14:02 +0100
commit5d901cd06af68ab656d0a6e15153e0fb38c2f108 (patch)
tree391c51d997a506031945e5cef7eddf8c83e74966
parent14ad647ce315177940117599e94052c60601c6d3 (diff)
downloadaur-5d901cd06af68ab656d0a6e15153e0fb38c2f108.tar.gz
v10.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b4450b2026a..d08ede5a0156 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flacon
pkgdesc = An Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks.
- pkgver = 9.5.1
+ pkgver = 10.0.0
pkgrel = 1
url = https://flacon.github.io/
arch = x86_64
@@ -15,17 +15,17 @@ pkgbase = flacon
depends = qt5-base
depends = uchardet
depends = taglib
+ optdepends = alacenc: For ALAC support
+ optdepends = faac: For AAC support
optdepends = flac: For FLAC support
optdepends = lame: For MP3 support
optdepends = mac: For APE support
- optdepends = mp3gain: For MP3 Replay Gain support
optdepends = opus-tools: For OPUS support
optdepends = sox: For SoX support
optdepends = ttaenc: For TrueAudio support
optdepends = vorbis-tools: For OGG support
- optdepends = vorbisgain: For OGG Replay Gain support
optdepends = wavpack: For WavPack support
- source = git+https://github.com/flacon/flacon.git#tag=v9.5.1
+ source = git+https://github.com/flacon/flacon.git#tag=v10.0.0
sha256sums = SKIP
pkgname = flacon
diff --git a/PKGBUILD b/PKGBUILD
index 1ca1f1743887..2b5a8438c1db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Artem Sereda <overmind88 at gmail dot com>
pkgname=flacon
-pkgver=9.5.1
+pkgver=10.0.0
pkgrel=1
pkgdesc="An Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks."
arch=(x86_64 i686 aarch64)
@@ -12,17 +12,18 @@ url="https://flacon.github.io/"
license=(LGPL2.1)
depends=(hicolor-icon-theme qt5-base uchardet taglib)
makedepends=(git cmake icu qt5-tools)
-optdepends=('flac: For FLAC support'
+optdepends=(
+ 'alacenc: For ALAC support'
+ 'faac: For AAC support'
+ 'flac: For FLAC support'
'lame: For MP3 support'
'mac: For APE support'
- 'mp3gain: For MP3 Replay Gain support'
'opus-tools: For OPUS support'
'sox: For SoX support'
'ttaenc: For TrueAudio support'
'vorbis-tools: For OGG support'
- 'vorbisgain: For OGG Replay Gain support'
'wavpack: For WavPack support'
-)
+ )
source=("git+https://github.com/flacon/flacon.git#tag=v${pkgver}")
sha256sums=('SKIP')