shntool: auto updated to 3.0.10-8
It has been built because: * nvchecker detects the following updates: aur(0): 3.0.10-7 -> 3.0.10-8
This commit is contained in:
parent
7126220e20
commit
9dbb5141cf
|
@ -1,13 +1,15 @@
|
|||
# Maintainer: schuay <jakob.gruber@gmail.com>
|
||||
# Maintainer: envolution
|
||||
# Contributor: schuay <jakob.gruber@gmail.com>
|
||||
# Contributor: Michal Hybner <dta081@gmail.com>
|
||||
# shellcheck shell=bash disable=SC2034,SC2154
|
||||
|
||||
pkgname=shntool
|
||||
pkgver=3.0.10
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="A multi-purpose WAVE data processing and reporting utility"
|
||||
arch=('x86_64')
|
||||
url="http://shnutils.freeshell.org/shntool/"
|
||||
license=('GPL')
|
||||
license=('GPL-2.0-only')
|
||||
options=(!emptydirs)
|
||||
depends=('glibc')
|
||||
optdepends=('mac: support for ape format'
|
||||
|
@ -18,6 +20,12 @@ source=("http://www.slackware.com/~alien/slackbuilds/${pkgname}/build/${pkgname}
|
|||
'debian_patches_no-cdquality-check.patch'
|
||||
'shntool-3.0.10-large-size.diff'
|
||||
'shntool-3.0.10-large-times.diff')
|
||||
sha256sums=('74302eac477ca08fb2b42b9f154cc870593aec8beab308676e4373a5e4ca2102'
|
||||
'2982c4c030409f2de035b7a833048692440ec9f3445b42326e7e386caa5c9e66'
|
||||
'fc5b6b0138cb2ff492f074d8c58c1bd8f562d8dee2e536d45d9098bffc0f44e3'
|
||||
'605f2030112e1ed6b68001d97a2ea839b00328995bbd795850fb2595f5797c68'
|
||||
'418f9cc575e9d9964ee85819b5db7b38108d2b19a32459ad5e9b5c19d5296292')
|
||||
|
||||
|
||||
# Patches taken from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684600
|
||||
# https://salsa.debian.org/debian/shntool/-/tree/master/debian/patches
|
||||
|
@ -31,6 +39,7 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
export CFLAGS="$CFLAGS -std=gnu99"
|
||||
cd "${srcdir}"/${pkgname}-${pkgver}
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
|
@ -41,10 +50,4 @@ package() {
|
|||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
||||
md5sums=('5d41f8f42c3c15e3145a7a43539c3eae'
|
||||
'a3aa5b817cedb4226fa32340609a5995'
|
||||
'596398b13e02b243078320ebde4743fb'
|
||||
'4265935ef1d684a4b49041278ffda7de'
|
||||
'6f0d61ddbf8cbee5c0b51a99e987ddda')
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue