diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-01-21 01:54:20 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-01-21 01:54:20 -0500 |
commit | 5f54105f9f8934aa6f9946449386056c7ac2854d (patch) | |
tree | f4a8258fe1492ae43d805afa6a04ccea4099a4ce /libre | |
parent | f980460a4eb47a5d874cf11bdaba8bd013b3dde3 (diff) | |
download | abslibre-5f54105f9f8934aa6f9946449386056c7ac2854d.tar.gz abslibre-5f54105f9f8934aa6f9946449386056c7ac2854d.tar.bz2 abslibre-5f54105f9f8934aa6f9946449386056c7ac2854d.zip |
shntool-3.0.10-5.parabola1: rebuild
Diffstat (limited to 'libre')
-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') |