summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2017-06-22 14:03:00 +0200
committerValHue2017-06-22 14:03:00 +0200
commit4abc3ecf07055b4162b887cbb9149404232857aa (patch)
tree218962015d2c729fd5e679d800940aa6efc7ad8a
parent6ab454e3a45630af616989c96942bd7d7cecda64 (diff)
downloadaur-4abc3ecf07055b4162b887cbb9149404232857aa.tar.gz
Update to 3.0.0-3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cac3db7cb35c..28ada3eda7fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flacon
pkgdesc = Extracts individual tracks from one big audio file containing the entire album of music and saves them as separate audio files.
pkgver = 3.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://flacon.github.io/
arch = i686
arch = x86_64
@@ -11,7 +11,6 @@ pkgbase = flacon
makedepends = qt5-tools
depends = hicolor-icon-theme
depends = qt5-base
- depends = shntool
depends = uchardet
depends = ffmpeg
optdepends = flac: For FLAC support
diff --git a/PKGBUILD b/PKGBUILD
index 19ba8c7c5684..834ab848b752 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@
pkgname="flacon"
pkgver=3.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Extracts individual tracks from one big audio file containing the \
entire album of music and saves them as separate audio files."
arch=('i686' 'x86_64')
url="https://flacon.github.io/"
license=('LGPL2.1')
makedepends=('cmake' 'icu' 'qt5-tools')
-depends=('hicolor-icon-theme' 'qt5-base' 'shntool' 'uchardet' 'ffmpeg')
+depends=('hicolor-icon-theme' 'qt5-base' 'uchardet' 'ffmpeg')
optdepends=('flac: For FLAC support'
'vorbis-tools: For OGG support'
'mac: For APE support'