diff options
author | zoe | 2025-01-19 19:59:34 +0100 |
---|---|---|
committer | zoe | 2025-01-19 19:59:34 +0100 |
commit | 0a3398a90af42150ae4ad3b463f294c0e06c7f8b (patch) | |
tree | 82a6e609888cd206d68ac0f39687f4fabe7dc65d | |
parent | f9c7711f445ae9b00f653ca7a86c73e9c4f14aac (diff) | |
download | aur-0a3398a90af42150ae4ad3b463f294c0e06c7f8b.tar.gz |
update to 0.4.0_18
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 12 |
2 files changed, 11 insertions, 11 deletions
@@ -1,11 +1,11 @@ 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_15 - pkgrel = 2 + pkgdesc = 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_18 + pkgrel = 1 url = https://github.com/posixru/quelcom arch = x86_64 license = GPL - source = https://mirrors.edge.kernel.org/ubuntu/pool/universe/q/quelcom/quelcom_0.4.0-15_amd64.deb - md5sums = be0495c7714f6f624ee379f5627c6fee + source = http://mirrors.edge.kernel.org/ubuntu/pool/universe/q/quelcom/quelcom_0.4.0-18_amd64.deb + md5sums = 8be9fa13f27801f27746ea64a3090873 pkgname = quelcom @@ -1,18 +1,18 @@ # Contributor: Vithon <ratm@archlinux.us> # Maintainer: Zoe <chp321@gmail.com> pkgname=quelcom -pkgver=0.4.0_15 +pkgver=0.4.0_18 _pkgver=0.4.0 -pkgrel=2 -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." +pkgrel=1 +pkgdesc="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="https://github.com/posixru/quelcom" arch=('x86_64') -source=("https://mirrors.edge.kernel.org/ubuntu/pool/universe/q/${pkgname}/${pkgname}_${_pkgver}-15_amd64.deb") -md5sums=('be0495c7714f6f624ee379f5627c6fee') +source=("http://mirrors.edge.kernel.org/ubuntu/pool/universe/q/${pkgname}/${pkgname}_${_pkgver}-18_amd64.deb") +md5sums=('8be9fa13f27801f27746ea64a3090873') package() { cd ${srcdir} - bsdtar -xf data.tar.xz -C ${pkgdir} || return 1 + bsdtar -xf data.tar.zst -C ${pkgdir} || return 1 } |