summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2015-06-24 17:05:14 +0200
committerzoe2015-06-24 17:05:14 +0200
commit9fd20159e0befec3fe6103b0ef5636a6d19548d8 (patch)
treec1aaec01f5b20e87e47d7ada7daf19046a9c4086
parent062c3d8aa3ed6f534e59f9f59e901ecb1b614df2 (diff)
downloadaur-9fd20159e0befec3fe6103b0ef5636a6d19548d8.tar.gz
Update to 0.4.0-13
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c8c594b679e..03f2b41111db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = quelcom
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.
- pkgver = 0.4.0-13
- pkgrel = 14
+ pkgver = 0.4.0
+ pkgrel = 13
url = http://packages.ubuntu.com/trusty/sound/quelcom
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7b960b8e1894..316df41ca427 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: Vithon <ratm@archlinux.us>
# Maintainer: Zoe <chp321@gmail.com>
pkgname=quelcom
-pkgver=0.4.0-13
-pkgrel=14
+pkgver=0.4.0
+pkgrel=13
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')
url="http://packages.ubuntu.com/trusty/sound/quelcom"
@@ -21,6 +21,6 @@ fi
package() {
cd $srcdir
- bsdtar xf "${pkgname}_${pkgver}_${_arch}.deb" || return 1
+ bsdtar xf "${pkgname}_${pkgver}-${pkgrel}_${_arch}.deb" || return 1
bsdtar xf data.tar.gz -C $pkgdir || return 1
}