rm makeflags override
This commit is contained in:
parent
b95f17557e
commit
236d7f3e9d
3
.SRCINFO
3
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = audacity-git
|
pkgbase = audacity-git
|
||||||
pkgdesc = A program that lets you manipulate digital audio waveforms
|
pkgdesc = A program that lets you manipulate digital audio waveforms
|
||||||
pkgver = 2.3.0.r472.g012d707a8
|
pkgver = 2.3.0.r483.g1c21e9358
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://www.audacityteam.org/
|
url = http://www.audacityteam.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -21,7 +21,6 @@ pkgbase = audacity-git
|
||||||
optdepends = audacity-extras: nyquist plugins for audacity
|
optdepends = audacity-extras: nyquist plugins for audacity
|
||||||
provides = audacity
|
provides = audacity
|
||||||
conflicts = audacity
|
conflicts = audacity
|
||||||
options = !makeflags
|
|
||||||
source = audacity::git+https://github.com/audacity/audacity.git
|
source = audacity::git+https://github.com/audacity/audacity.git
|
||||||
sha1sums = SKIP
|
sha1sums = SKIP
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
pkgname=audacity-git
|
pkgname=audacity-git
|
||||||
_pkgname=audacity
|
_pkgname=audacity
|
||||||
pkgver=2.3.0.r472.g012d707a8
|
pkgver=2.3.0.r483.g1c21e9358
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A program that lets you manipulate digital audio waveforms"
|
pkgdesc="A program that lets you manipulate digital audio waveforms"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -13,7 +13,7 @@ depends=('libmad' 'libid3tag' 'wxgtk3' 'lame' 'soundtouch'
|
||||||
'ffmpeg' 'vamp-plugin-sdk' 'portsmf' 'twolame' 'suil' 'lilv')
|
'ffmpeg' 'vamp-plugin-sdk' 'portsmf' 'twolame' 'suil' 'lilv')
|
||||||
makedepends=('cmake')
|
makedepends=('cmake')
|
||||||
optdepends=('audacity-extras: nyquist plugins for audacity')
|
optdepends=('audacity-extras: nyquist plugins for audacity')
|
||||||
options=('!makeflags')
|
#options=('!makeflags')
|
||||||
provides=('audacity')
|
provides=('audacity')
|
||||||
conflicts=('audacity')
|
conflicts=('audacity')
|
||||||
source=("$_pkgname::git+https://github.com/audacity/audacity.git")
|
source=("$_pkgname::git+https://github.com/audacity/audacity.git")
|
||||||
|
|
Loading…
Reference in New Issue