summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2017-12-26 12:52:09 +0100
committerValHue2017-12-26 12:52:09 +0100
commit14d99669d9ab74020159ae07c4e34c620e2a534f (patch)
tree69b01314a83ac37e5a4a86f12c37498e909eabba
parent75295c611a3fe3581caf15ed874a4ac416fa29ef (diff)
downloadaur-14d99669d9ab74020159ae07c4e34c620e2a534f.tar.gz
Update to 4.0.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1e5c5d050f9..4a4890d3e00b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.1.1
+ pkgver = 4.0.0
pkgrel = 1
url = https://flacon.github.io/
arch = i686
@@ -24,8 +24,8 @@ pkgbase = flacon
optdepends = vorbisgain: For OGG Replay Gain support
provides = flacon
conflicts = flacon-git
- source = https://github.com/flacon/flacon/archive/v3.1.1.tar.gz
- sha256sums = ca5bd24ba61fc06a39e95b4b7fda188af437ad3eff666b55071895bde11bd15a
+ source = https://github.com/flacon/flacon/archive/v4.0.0.tar.gz
+ sha256sums = 3e128d32e6bc0d1bf618a2312953f9a894cce2699d36abe5f9c38ff1b153dc32
pkgname = flacon
diff --git a/PKGBUILD b/PKGBUILD
index f943dd20d364..10982c54ca38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Artem Sereda <overmind88 at gmail dot com>
pkgname="flacon"
-pkgver=3.1.1
+pkgver=4.0.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."
@@ -26,7 +26,7 @@ optdepends=('flac: For FLAC support'
conflicts=('flacon-git')
provides=("${pkgname}")
source=("https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('ca5bd24ba61fc06a39e95b4b7fda188af437ad3eff666b55071895bde11bd15a')
+sha256sums=('3e128d32e6bc0d1bf618a2312953f9a894cce2699d36abe5f9c38ff1b153dc32')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"