summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2019-01-29 16:06:38 +0100
committerValHue2019-01-29 16:06:38 +0100
commitb52ec44db86510b00b0d77298eff6d409fd2a04a (patch)
tree9b6f23190f29a87f3ebf01cbbbd0ee52d4d3f0d7
parent50c892c53a378f4458722a11ce0e7305068f3075 (diff)
downloadaur-b52ec44db86510b00b0d77298eff6d409fd2a04a.tar.gz
Update to 5.1.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdc7c071dc82..21c6d49a9cdb 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 = 5.0.0
+ pkgver = 5.1.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/v5.0.0.tar.gz
- sha256sums = 183d364fb47afa8b9e55803b77b99c9eba44d7031a28d4062b1a309b2a9f02b2
+ source = https://github.com/flacon/flacon/archive/v5.1.0.tar.gz
+ sha256sums = 9844b00d354a881fdbcdbc91ab46766053f25cfbd4a06e4f2290d26d9368e11f
pkgname = flacon
diff --git a/PKGBUILD b/PKGBUILD
index 0b7d9aeb1a2c..aa7b83a7ddb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Artem Sereda <overmind88 at gmail dot com>
pkgname="flacon"
-pkgver="5.0.0"
+pkgver="5.1.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."
@@ -25,7 +25,7 @@ optdepends=('flac: For FLAC support'
conflicts=('flacon-git')
provides=("${pkgname}")
source=("https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('183d364fb47afa8b9e55803b77b99c9eba44d7031a28d4062b1a309b2a9f02b2')
+sha256sums=('9844b00d354a881fdbcdbc91ab46766053f25cfbd4a06e4f2290d26d9368e11f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"