mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/snd to 18.4-1
This commit is contained in:
parent
964ab5bbfe
commit
b7eb4729ac
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
||||||
# - build with pulseaudio as sound server, not jack (x86 asm)
|
# - build with pulseaudio as sound server, not jack (x86 asm)
|
||||||
|
|
||||||
pkgname=snd
|
pkgname=snd
|
||||||
pkgver=18.3
|
pkgver=18.4
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="An advanced sound editor"
|
pkgdesc="An advanced sound editor"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://ccrma.stanford.edu/software/snd/"
|
url="https://ccrma.stanford.edu/software/snd/"
|
||||||
|
@ -25,7 +25,7 @@ optdepends=('wavpack: For wav support'
|
||||||
'timidity++: For MIDI to WAVE support'
|
'timidity++: For MIDI to WAVE support'
|
||||||
'vorbis-tools: For OGG support')
|
'vorbis-tools: For OGG support')
|
||||||
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||||
sha512sums=('5c365f87106eb38df6949e5313a1ddda8923304a7b997ca2cfc4399607088fd76ae32ffaf38f85b68862a2f5f55bf0d3b44ff4d8623ea50061b67d585f6f419f')
|
sha512sums=('eb7cad432796cb6a846db27e85699791dfc96ea78a5e1d9177cf06942350c04675b56efa564480bf9d99c4d89ccb936ec6bf6401c9751b21b02d3a8f15443fd2')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue