summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2015-12-20 14:29:46 +0100
committerValHue2015-12-20 14:29:46 +0100
commit41f0b0df94f282e4a4feba9d27c63bd1dadb39c2 (patch)
tree334a03e8f64f3e8cd47e0ab4abc815846cd8badc
parent18df83446a81d8ba18590cf44b04ee17a278f3d5 (diff)
downloadaur-41f0b0df94f282e4a4feba9d27c63bd1dadb39c2.tar.gz
Update to 1.2.0-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 289701485d6d..05d8934ccd46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sun Dec 20 13:29:07 UTC 2015
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 = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://flacon.github.io/
install = flacon.install
arch = i686
@@ -20,6 +22,7 @@ pkgbase = flacon
optdepends = ttaenc: For TrueAudio support
optdepends = lame: For MP3 support
optdepends = mp3gain: For MP3 Replay Gain support
+ optdepends = opus-tools: For OPUS support
optdepends = vorbisgain: For OGG Replay Gain support
provides = flacon
conflicts = flacon-git
diff --git a/PKGBUILD b/PKGBUILD
index d1e7a0b39c95..98bb8aeb68d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname="flacon"
pkgver=1.2.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')
@@ -21,6 +21,7 @@ optdepends=('flac: For FLAC support'
'ttaenc: For TrueAudio support'
'lame: For MP3 support'
'mp3gain: For MP3 Replay Gain support'
+ 'opus-tools: For OPUS support'
'vorbisgain: For OGG Replay Gain support')
conflicts=('flacon-git')
provides=("${pkgname}")
@@ -43,3 +44,6 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}
+
+
+# vim:set ts=4 sw=2 ft=sh et: