diff --git a/.SRCINFO b/.SRCINFO index 188e4ac..a1ad7a6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 2947ef6..cdf3323 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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')