diff --git a/.SRCINFO b/.SRCINFO index e12db5e..188e4ac 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = audacity-git pkgdesc = A program that lets you manipulate digital audio waveforms - pkgver = 2.3.0.r472.g012d707a8 + pkgver = 2.3.0.r483.g1c21e9358 pkgrel = 1 url = http://www.audacityteam.org/ arch = i686 @@ -21,7 +21,6 @@ pkgbase = audacity-git optdepends = audacity-extras: nyquist plugins for audacity provides = audacity conflicts = audacity - options = !makeflags source = audacity::git+https://github.com/audacity/audacity.git sha1sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 78ec9cc..2947ef6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=audacity-git _pkgname=audacity -pkgver=2.3.0.r472.g012d707a8 +pkgver=2.3.0.r483.g1c21e9358 pkgrel=1 pkgdesc="A program that lets you manipulate digital audio waveforms" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('libmad' 'libid3tag' 'wxgtk3' 'lame' 'soundtouch' 'ffmpeg' 'vamp-plugin-sdk' 'portsmf' 'twolame' 'suil' 'lilv') makedepends=('cmake') optdepends=('audacity-extras: nyquist plugins for audacity') -options=('!makeflags') +#options=('!makeflags') provides=('audacity') conflicts=('audacity') source=("$_pkgname::git+https://github.com/audacity/audacity.git")