switch to release version 3.1.3
This commit is contained in:
parent
b0c8a6832b
commit
8356100b95
2 changed files with 8 additions and 13 deletions
13
PKGBUILD
13
PKGBUILD
|
|
@ -3,8 +3,8 @@
|
|||
# Contributor: Bernhard Landauer <oberon@manjaro.org>
|
||||
# Contributor: Eric Bélanger <eric@archlinux.org>
|
||||
|
||||
pkgname=audacity-git
|
||||
pkgver=3.1.0.beta.1.r28.g81bcb372d
|
||||
pkgname=audacity
|
||||
pkgver=3.1.3
|
||||
pkgrel=1
|
||||
pkgdesc="A program that lets you manipulate digital audio waveforms"
|
||||
arch=(i686 x86_64)
|
||||
|
|
@ -51,19 +51,14 @@ optdepends=('ffmpeg: additional import/export capabilities')
|
|||
provides=(audacity)
|
||||
conflicts=(audacity)
|
||||
source=(
|
||||
"git+https://github.com/audacity/audacity.git"
|
||||
"git+https://github.com/audacity/audacity.git#tag=ff6d6739fbe73de9c9ad3aa4e07642653604af44"
|
||||
)
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd audacity
|
||||
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | cut -d'.' -f2-
|
||||
}
|
||||
|
||||
build() {
|
||||
cd audacity
|
||||
mkdir build && cd build
|
||||
CC=gcc cmake \
|
||||
CONAN_REVISIONS_ENABLED=1 CC=gcc cmake \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DwxBUILD_TOOLKIT:STRING=gtk3 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue