mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/snd to 18.2-1
This commit is contained in:
parent
793951e4e4
commit
5a11bb293e
1 changed files with 7 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $Id$
|
||||
# Maintainer: David Runge <dave@sleepmap.de>
|
||||
# Maintainer: Ray Rashif <schiv@archlinux.org>
|
||||
# Contributor: Ray Rashif <schiv@archlinux.org>
|
||||
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
|
||||
# Contributor: see .contrib
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
|||
# - build with pulseaudio as sound server, not jack (x86 asm)
|
||||
|
||||
pkgname=snd
|
||||
pkgver=18.1
|
||||
pkgver=18.2
|
||||
pkgrel=1
|
||||
pkgdesc="An advanced sound editor"
|
||||
arch=('x86_64')
|
||||
|
@ -24,7 +24,7 @@ optdepends=('wavpack: For wav support'
|
|||
'timidity++: For MIDI to WAVE support'
|
||||
'vorbis-tools: For OGG support')
|
||||
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha512sums=('4843e64a34a531c3d95ad6f9ff65a15c5698631e028bae4aa193bb85f0039b740568d00fd23eea29e0dce1906113dc948f8751b7c443814bc5d51f88c8c182a2')
|
||||
sha512sums=('67a89c80afbb5531541cce88716fd15070dd28e0c531bdeda1a8071069d74b2950cde39b75c29beff4c2c31f2e59adba4f5aa9c13133f4cb9018049b1d6e8707')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
@ -42,8 +42,7 @@ build() {
|
|||
package() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
make prefix="${pkgdir}/usr" install
|
||||
install -vDm644 COPYING \
|
||||
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
install -vDm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
install -vDm 644 HISTORY.Snd "${pkgdir}/usr/share/doc/${pkgname}/HISTORY"
|
||||
install -vDm 644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
|
||||
install -vDm 644 README.Snd "${pkgdir}/usr/share/doc/${pkgname}/README"
|
||||
|
|
Loading…
Reference in a new issue