summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-04-06 14:27:13 +0200
committersL1pKn072019-04-06 14:27:13 +0200
commitdb54676378fe6a538b7121d91e9b6ec10f2193e4 (patch)
tree9801ac0455bdaeeb83fbf1ab74db833116d6df7c
parentf018a58bf819cacad4b3689ddab9cc5529470a1b (diff)
downloadaur-db54676378fe6a538b7121d91e9b6ec10f2193e4.tar.gz
bump
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4be5a66d5edb..9c44b632f8e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=flacon-git
-pkgver=5.0.0.0.ga90862b
+pkgver=v5.2.0.0.gcec00fe
pkgrel=1
pkgdesc="Extracts individual tracks from one big audio file containing the entire album of music and saves them as separate audio files. (Git Version)"
arch=('x86_64')
@@ -33,7 +33,7 @@ sha256sums=('SKIP')
pkgver() {
cd flacon
- echo "$(git describe --long --tags | tr - . | sed "s|flacon.||")"
+ echo "$(git describe --long --tags | tr - .)"
}
prepare() {