summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2015-09-08 10:32:34 +0200
committerValHue2015-09-08 10:32:34 +0200
commit18df83446a81d8ba18590cf44b04ee17a278f3d5 (patch)
tree60ca041c1f3edbf7a513c13c9f9ce2100e227932
parent1c38ca38c4fe359ef043870455ac518d92dc3a83 (diff)
downloadaur-18df83446a81d8ba18590cf44b04ee17a278f3d5.tar.gz
Update to 1.2.0-1
-rw-r--r--.AURINFO29
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
3 files changed, 7 insertions, 36 deletions
diff --git a/.AURINFO b/.AURINFO
deleted file mode 100644
index 61e8a30fb97a..000000000000
--- a/.AURINFO
+++ /dev/null
@@ -1,29 +0,0 @@
-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.0.1
- pkgrel = 6
- url = https://flacon.github.io/
- install = flacon.install
- arch = i686
- arch = x86_64
- license = LGPL2.1
- makedepends = cmake
- makedepends = icu
- depends = qt4
- depends = shntool
- depends = uchardet
- depends = ffmpeg
- optdepends = flac: For FLAC support
- optdepends = vorbis-tools: For OGG support
- optdepends = mac: For APE support
- optdepends = wavpack: For WavPack support
- optdepends = ttaenc: For TrueAudio support
- optdepends = lame: For MP3 support
- optdepends = mp3gain: For MP3 Replay Gain support
- optdepends = vorbisgain: For OGG Replay Gain support
- provides = flacon
- conflicts = flacon-git
- source = https://github.com/flacon/flacon/archive/v1.0.1.tar.gz
-
-pkgname = flacon
-
diff --git a/.SRCINFO b/.SRCINFO
index 9ec4a2115eff..289701485d6d 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 = 1.0.1
- pkgrel = 6
+ pkgver = 1.2.0
+ pkgrel = 1
url = https://flacon.github.io/
install = flacon.install
arch = i686
@@ -23,8 +23,8 @@ pkgbase = flacon
optdepends = vorbisgain: For OGG Replay Gain support
provides = flacon
conflicts = flacon-git
- source = https://github.com/flacon/flacon/archive/v1.0.1.tar.gz
- md5sums = 537675487267462b70055680d4cc7f86
+ source = https://github.com/flacon/flacon/archive/v1.2.0.tar.gz
+ sha256sums = 2ebc83d733ea6d50f2bd4ad8c20c65368be5eaf351e0195c9b4d47a54957b8f8
pkgname = flacon
diff --git a/PKGBUILD b/PKGBUILD
index 71d894734917..d1e7a0b39c95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Artem Sereda <overmind88 at gmail dot com>
pkgname="flacon"
-pkgver=1.0.1
-pkgrel=6
+pkgver=1.2.0
+pkgrel=1
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')
@@ -26,7 +26,7 @@ conflicts=('flacon-git')
provides=("${pkgname}")
install="${pkgname}.install"
source=("https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('537675487267462b70055680d4cc7f86')
+sha256sums=('2ebc83d733ea6d50f2bd4ad8c20c65368be5eaf351e0195c9b4d47a54957b8f8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"