summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorValHue2015-09-08 10:32:34 +0200
committerValHue2015-09-08 10:32:34 +0200
commit18df83446a81d8ba18590cf44b04ee17a278f3d5 (patch)
tree60ca041c1f3edbf7a513c13c9f9ce2100e227932 /PKGBUILD
parent1c38ca38c4fe359ef043870455ac518d92dc3a83 (diff)
downloadaur-18df83446a81d8ba18590cf44b04ee17a278f3d5.tar.gz
Update to 1.2.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"