diff options
Diffstat (limited to 'libre/shntool')
-rw-r--r-- | libre/shntool/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/libre/shntool/PKGBUILD b/libre/shntool/PKGBUILD index 02068e9fd..cc88117d5 100644 --- a/libre/shntool/PKGBUILD +++ b/libre/shntool/PKGBUILD @@ -4,16 +4,19 @@ pkgname=shntool pkgver=3.0.10 -pkgrel=4.parabola2 -pkgdesc="A multi-purpose WAVE data processing and reporting utility, without nonfree mac recommendation" -arch=('i686' 'x86_64' 'armv7h') -url="http://www.etree.org/shnutils/shntool/" +pkgrel=5 +pkgrel+=.parabola1 +pkgdesc="A multi-purpose WAVE data processing and reporting utility" +pkgdesc+=", without nonfree mac recommendation" +arch=('x86_64') +arch+=('i686' 'armv7h') +url="http://shnutils.freeshell.org/shntool/" license=('GPL') options=(!emptydirs) depends=('glibc') optdepends=('flac: support for flac format' 'wavpack: support for wv format') -source=("http://www.etree.org/shnutils/shntool/dist/src/${pkgname}-${pkgver}.tar.gz" +source=("http://shnutils.freeshell.org/shntool/dist/src/${pkgname}-${pkgver}.tar.gz" 'shntool-3.0.10-large-size.diff' 'shntool-3.0.10-large-times.diff') |