summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-02-12 16:14:14 +0100
committersL1pKn072019-02-12 16:14:14 +0100
commitf018a58bf819cacad4b3689ddab9cc5529470a1b (patch)
tree7afc9bf70dd19ec3a81770a81aab202cd6fe4651
parent348b0105d66a0467fe2949d314af3d84de042351 (diff)
downloadaur-f018a58bf819cacad4b3689ddab9cc5529470a1b.tar.gz
bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9372711f85d..56f465c6e95e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 11 21:49:25 UTC 2018
+# Tue Feb 12 15:14:09 UTC 2019
pkgbase = flacon-git
pkgdesc = Extracts individual tracks from one big audio file containing the entire album of music and saves them as separate audio files. (Git Version)
- pkgver = v4.0.0.25.gcb31da3
+ pkgver = 5.0.0.0.ga90862b
pkgrel = 1
url = http://flacon.github.io
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = flacon-git
depends = qt5-base
depends = uchardet
depends = hicolor-icon-theme
+ depends = desktop-file-utils
optdepends = faac: For AAC support
optdepends = flac: For FLAC support
optdepends = lame: For MP3 support
diff --git a/PKGBUILD b/PKGBUILD
index 75d46c876b5a..4be5a66d5edb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=flacon-git
-pkgver=v4.0.0.25.gcb31da3
+pkgver=5.0.0.0.ga90862b
pkgrel=1
pkgdesc="Extracts individual tracks from one big audio file containing the entire album of music and saves them as separate audio files. (Git Version)"
arch=('x86_64')
@@ -10,6 +10,7 @@ license=('LGPL2.1')
depends=('qt5-base'
'uchardet'
'hicolor-icon-theme'
+ 'desktop-file-utils'
)
makedepends=('git'
'cmake'
@@ -32,7 +33,7 @@ sha256sums=('SKIP')
pkgver() {
cd flacon
- echo "$(git describe --long --tags | tr - . | sed "s|v\.|v|")"
+ echo "$(git describe --long --tags | tr - . | sed "s|flacon.||")"
}
prepare() {
@@ -42,6 +43,7 @@ prepare() {
build() {
cd build
cmake ../flacon \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DUSE_QT4=OFF