mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/audacity to 2.0.5-1
This commit is contained in:
parent
9c62d7844b
commit
d84452d225
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# - added --disable-sse to configure
|
||||
|
||||
pkgname=audacity
|
||||
pkgver=2.0.4
|
||||
pkgver=2.0.5
|
||||
pkgrel=1
|
||||
pkgdesc="A program that lets you manipulate digital audio waveforms"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -17,7 +17,7 @@ makedepends=('cmake')
|
|||
options=('!makeflags')
|
||||
install=audacity.install
|
||||
source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.xz)
|
||||
sha1sums=('4c1a42137cef598e3d83829ca7c22dba62d215be')
|
||||
sha1sums=('f63cafb81f29e7f3813dc9f80fb1dfdbcfe46b33')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-src-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue