summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2021-01-02 22:15:10 +0100
committerzoe2021-01-02 22:15:10 +0100
commit099eb0ab0ca338acc65273df4ab6e865a120bd9d (patch)
treeba161a3e5c5b8053fe713fce44a621ef1cd47d0a
parent3cd6effce5c4db02df4f075c837783a654ae41d9 (diff)
downloadaur-099eb0ab0ca338acc65273df4ab6e865a120bd9d.tar.gz
Update to 0.4.0_15
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD23
2 files changed, 13 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84ca0365f5d5..432fafc7e608 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,12 @@
-# Generated by mksrcinfo v8
-# Mon Nov 7 21:45:46 UTC 2016
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 = 15
- url = http://packages.ubuntu.com/trusty/sound/quelcom
- arch = i686
+ pkgver = 0.4.0_15
+ pkgrel = 1
+ url = https://github.com/posixru/quelcom
arch = x86_64
license = GPL
- source_i686 = http://mirrors.kernel.org/ubuntu/pool/universe/q/quelcom/quelcom_0.4.0-13_.deb
- md5sums_i686 = de6890247ea09b7f262f9ded563e7935
- source_x86_64 = http://mirrors.kernel.org/ubuntu/pool/universe/q/quelcom/quelcom_0.4.0-13_.deb
- md5sums_x86_64 = a29966b510401c2504f23ba27e2ae2db
+ source = http://mirrors.edge.kernel.org/ubuntu/pool/universe/q/quelcom/quelcom_0.4.0-15_amd64.deb
+ md5sums = be0495c7714f6f624ee379f5627c6fee
pkgname = quelcom
diff --git a/PKGBUILD b/PKGBUILD
index fb368f919a98..9ace0952627c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,18 @@
# Contributor: Vithon <ratm@archlinux.us>
# Maintainer: Zoe <chp321@gmail.com>
pkgname=quelcom
-pkgver=0.4.0_13
+pkgver=0.4.0_15
_pkgver=0.4.0
-pkgrel=15
+pkgrel=1
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"
-arch=('i686' 'x86_64')
+url="https://github.com/posixru/quelcom"
+arch=('x86_64')
-if [[ $CARCH = 'x86_64' ]]; then _arch='amd64'
-elif [[ $CARCH = 'i686' ]]; then _arch='i386'
-fi
-
-source_x86_64=("http://mirrors.kernel.org/ubuntu/pool/universe/q/${pkgname}/${pkgname}_${_pkgver}-13_${_arch}.deb")
-md5sums_x86_64=('a29966b510401c2504f23ba27e2ae2db')
-source_i686=("http://mirrors.kernel.org/ubuntu/pool/universe/q/${pkgname}/${pkgname}_${_pkgver}-13_${_arch}.deb")
-md5sums_i686=('de6890247ea09b7f262f9ded563e7935')
+source=("http://mirrors.edge.kernel.org/ubuntu/pool/universe/q/${pkgname}/${pkgname}_${_pkgver}-15_amd64.deb")
+md5sums=('be0495c7714f6f624ee379f5627c6fee')
package() {
- cd $srcdir
- bsdtar -xf "${pkgname}_${_pkgver}-13_${_arch}.deb" || return 1
- bsdtar -xf data.tar.gz -C $pkgdir || return 1
+ cd ${srcdir}
+ bsdtar -xf data.tar.xz -C ${pkgdir} || return 1
}