summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-03-19 04:37:46 +0100
committersL1pKn072020-03-19 04:37:46 +0100
commit7103a45a16239fe3f272888e6156ea33fab529d5 (patch)
treeffa71e6101edf1106b1b8090fb85bf6d1669cc36
parent89decb5f1e53d8ca0a8a322cae541414ec526fe7 (diff)
downloadaur-7103a45a16239fe3f272888e6156ea33fab529d5.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f97a4e2dc92d..ff355d4bd848 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Apr 6 12:27:25 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 = v5.2.0.0.gcec00fe
+ pkgver = v5.5.1.84.gc7a5cfa
pkgrel = 1
url = http://flacon.github.io
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9c44b632f8e5..e81d9cfbdb36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=flacon-git
-pkgver=v5.2.0.0.gcec00fe
+pkgver=v5.5.1.84.gc7a5cfa
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')
@@ -44,8 +44,7 @@ build() {
cd build
cmake ../flacon \
-DCMAKE_BUILD_TYPE=None \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DUSE_QT4=OFF
+ -DCMAKE_INSTALL_PREFIX=/usr
make
}