switch to release version 3.1.3

This commit is contained in:
Yiyang Kang 2022-05-29 17:23:47 +08:00
parent b0c8a6832b
commit 8356100b95
Signed by: kkyy
GPG Key ID: 80FD317ECAF06CC3
2 changed files with 8 additions and 13 deletions

View File

@ -1,6 +1,6 @@
pkgbase = audacity-git pkgbase = audacity
pkgdesc = A program that lets you manipulate digital audio waveforms pkgdesc = A program that lets you manipulate digital audio waveforms
pkgver = 3.1.0.beta.1.r28.g81bcb372d pkgver = 3.1.3
pkgrel = 1 pkgrel = 1
url = https://www.audacityteam.org/ url = https://www.audacityteam.org/
arch = i686 arch = i686
@ -43,7 +43,7 @@ pkgbase = audacity-git
optdepends = ffmpeg: additional import/export capabilities optdepends = ffmpeg: additional import/export capabilities
provides = audacity provides = audacity
conflicts = audacity conflicts = audacity
source = git+https://github.com/audacity/audacity.git source = git+https://github.com/audacity/audacity.git#tag=ff6d6739fbe73de9c9ad3aa4e07642653604af44
sha256sums = SKIP sha256sums = SKIP
pkgname = audacity-git pkgname = audacity

View File

@ -3,8 +3,8 @@
# Contributor: Bernhard Landauer <oberon@manjaro.org> # Contributor: Bernhard Landauer <oberon@manjaro.org>
# Contributor: Eric Bélanger <eric@archlinux.org> # Contributor: Eric Bélanger <eric@archlinux.org>
pkgname=audacity-git pkgname=audacity
pkgver=3.1.0.beta.1.r28.g81bcb372d pkgver=3.1.3
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)
@ -51,19 +51,14 @@ optdepends=('ffmpeg: additional import/export capabilities')
provides=(audacity) provides=(audacity)
conflicts=(audacity) conflicts=(audacity)
source=( source=(
"git+https://github.com/audacity/audacity.git" "git+https://github.com/audacity/audacity.git#tag=ff6d6739fbe73de9c9ad3aa4e07642653604af44"
) )
sha256sums=('SKIP') sha256sums=('SKIP')
pkgver() {
cd audacity
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | cut -d'.' -f2-
}
build() { build() {
cd audacity cd audacity
mkdir build && cd build mkdir build && cd build
CC=gcc cmake \ CONAN_REVISIONS_ENABLED=1 CC=gcc cmake \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
-DwxBUILD_TOOLKIT:STRING=gtk3 \ -DwxBUILD_TOOLKIT:STRING=gtk3 \