summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2017-06-21 13:50:43 +0200
committerValHue2017-06-21 13:50:43 +0200
commit6ab454e3a45630af616989c96942bd7d7cecda64 (patch)
tree20ab0da85865a0579f9aa382af4a61950da22c2a
parentbcfc2d6a72049ac7e0ce20c7f2e5f8bc7532fa02 (diff)
downloadaur-6ab454e3a45630af616989c96942bd7d7cecda64.tar.gz
Update to 3.0.0-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aedaadbe24d7..cac3db7cb35c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
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 = 1
+ pkgrel = 2
url = https://flacon.github.io/
arch = i686
arch = x86_64
license = LGPL2.1
makedepends = cmake
makedepends = icu
+ makedepends = qt5-tools
depends = hicolor-icon-theme
depends = qt5-base
depends = shntool
diff --git a/PKGBUILD b/PKGBUILD
index 6a0b5f80428d..19ba8c7c5684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname="flacon"
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
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')
+makedepends=('cmake' 'icu' 'qt5-tools')
depends=('hicolor-icon-theme' 'qt5-base' 'shntool' 'uchardet' 'ffmpeg')
optdepends=('flac: For FLAC support'
'vorbis-tools: For OGG support'