makedepends git

This commit is contained in:
Bernhard Landauer 2020-04-16 22:05:36 +02:00
parent 236d7f3e9d
commit d83e7f419d
2 changed files with 4 additions and 3 deletions

View File

@ -1,12 +1,13 @@
pkgbase = audacity-git
pkgdesc = A program that lets you manipulate digital audio waveforms
pkgver = 2.3.0.r483.g1c21e9358
pkgver = 2.3.3.r1073.g9827d4a75
pkgrel = 1
url = http://www.audacityteam.org/
arch = i686
arch = x86_64
license = GPL
makedepends = cmake
makedepends = git
depends = libmad
depends = libid3tag
depends = wxgtk3

View File

@ -3,7 +3,7 @@
pkgname=audacity-git
_pkgname=audacity
pkgver=2.3.0.r483.g1c21e9358
pkgver=2.3.3.r1073.g9827d4a75
pkgrel=1
pkgdesc="A program that lets you manipulate digital audio waveforms"
arch=('i686' 'x86_64')
@ -11,7 +11,7 @@ url="http://www.audacityteam.org/"
license=('GPL')
depends=('libmad' 'libid3tag' 'wxgtk3' 'lame' 'soundtouch'
'ffmpeg' 'vamp-plugin-sdk' 'portsmf' 'twolame' 'suil' 'lilv')
makedepends=('cmake')
makedepends=('cmake' 'git')
optdepends=('audacity-extras: nyquist plugins for audacity')
#options=('!makeflags')
provides=('audacity')