switch to release version 3.1.3
This commit is contained in:
parent
b0c8a6832b
commit
8356100b95
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = audacity-git
|
||||
pkgbase = audacity
|
||||
pkgdesc = A program that lets you manipulate digital audio waveforms
|
||||
pkgver = 3.1.0.beta.1.r28.g81bcb372d
|
||||
pkgver = 3.1.3
|
||||
pkgrel = 1
|
||||
url = https://www.audacityteam.org/
|
||||
arch = i686
|
||||
|
@ -43,7 +43,7 @@ pkgbase = audacity-git
|
|||
optdepends = ffmpeg: additional import/export capabilities
|
||||
provides = audacity
|
||||
conflicts = audacity
|
||||
source = git+https://github.com/audacity/audacity.git
|
||||
source = git+https://github.com/audacity/audacity.git#tag=ff6d6739fbe73de9c9ad3aa4e07642653604af44
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = audacity-git
|
||||
pkgname = audacity
|
||||
|
|
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…
Reference in New Issue