summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072016-12-26 15:50:22 +0100
committersL1pKn072016-12-26 15:51:01 +0100
commit4aa0c7dabe5323dd4a39f6298851d67f4d946e31 (patch)
tree0e6e7baaa52c0e583979bea62e806e2408e7c29d /PKGBUILD
parent4108dc9a028f017b72626ad4f1d43c6eb3b8ec1f (diff)
downloadaur-4aa0c7dabe5323dd4a39f6298851d67f4d946e31.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 166ec51a21b1..b000984dc3f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=flacon-git
-pkgver=v1.2.0.36.g09d0af4
+pkgver=v2.1.0.3.gb93b656
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' 'i686')
-url="http://flacon.github.io/"
+url='http://flacon.github.io'
license=('LGPL2.1')
depends=('qt5-base'
'uchardet'
@@ -30,8 +30,7 @@ optdepends=('faac: For AAC support'
conflicts=('flacon')
provides=('flacon')
source=('git+https://github.com/flacon/flacon.git')
-sha1sums=('SKIP')
-install=flacon-git.install
+sha256sums=('SKIP')
pkgver() {
cd flacon
@@ -53,4 +52,4 @@ build() {
package() {
make -C build DESTDIR="${pkgdir}" install
-} \ No newline at end of file
+}