diff --git a/.SRCINFO b/.SRCINFO index b2c8d6b..a9e0cd4 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 3ee57ed..a85fd1c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Bernhard Landauer # Contributor: Eric BĂ©langer -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 \