summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzoe2015-06-24 17:01:35 +0200
committerzoe2015-06-24 17:01:35 +0200
commit062c3d8aa3ed6f534e59f9f59e901ecb1b614df2 (patch)
tree57ff5113436f2a5e58a5ce4123e5f2fc43e5a29d /PKGBUILD
parent13b75ad6af14cd10f2cafc422b10d767725047fb (diff)
downloadaur-062c3d8aa3ed6f534e59f9f59e901ecb1b614df2.tar.gz
Update to 0.4.0-14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27fc95cc74c0..7b960b8e1894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Vithon <ratm@archlinux.us>
# Maintainer: Zoe <chp321@gmail.com>
pkgname=quelcom
-pkgver=0.4.0
+pkgver=0.4.0-13
pkgrel=14
pkgdesc="Quelcom provides assorted tools to perform simple editing operations on MP3 and WAV audio files. These include fading, check-and-clean, informational extraction and lossless cutting and joining without reencoding."
license=('GPL')
@@ -21,6 +21,6 @@ fi
package() {
cd $srcdir
- bsdtar xf "${pkgname}_${pkgver}-${pkgrel}_${_arch}.deb" || return 1
+ bsdtar xf "${pkgname}_${pkgver}_${_arch}.deb" || return 1
bsdtar xf data.tar.gz -C $pkgdir || return 1
}