Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
tenacity
Commits:
27956874 by Christian Heusel at 2025-01-01T23:22:23+01:00
upgpkg: 1.3.4-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = tenacity
pkgdesc = An easy-to-use multi-track audio editor and recorder, forked
from Audacity
- pkgver = 1.3.3
- pkgrel = 4
+ pkgver = 1.3.4
+ pkgrel = 1
url = https://tenacityaudio.org
arch = x86_64
groups = pro-audio
@@ -37,9 +37,9 @@ pkgbase = tenacity
depends = vamp-plugin-sdk
depends = wxwidgets-common
depends = wxwidgets-gtk3
- source =
git+https://codeberg.org/tenacityteam/tenacity.git#commit=ac281fcdf1c4fc75885c98a2b8e5d017fcbb939c
+ source = git+https://codeberg.org/tenacityteam/tenacity.git#tag=v1.3.4
source = git+https://codeberg.org/tenacityteam/libnyquist
- b2sums = SKIP
+ b2sums =
241f1d3eea9c2a288d9bc1fa046bb5c84bb7f9620008605eb712ce4da2298893da53ab528c25fa7c148dd413be165b80a6639d39a444b681df5274f41ba668b8
b2sums = SKIP
pkgname = tenacity
=====================================
PKGBUILD
=====================================
@@ -8,9 +8,8 @@
# Contributor: Eric Bélanger <[email protected]>
pkgname=tenacity
-pkgver=1.3.3
-_commit=ac281fcdf1c4fc75885c98a2b8e5d017fcbb939c
-pkgrel=4
+pkgver=1.3.4
+pkgrel=1
pkgdesc="An easy-to-use multi-track audio editor and recorder, forked from
Audacity"
arch=(x86_64)
url="https://tenacityaudio.org"
@@ -51,16 +50,11 @@ makedepends=(
python
sdl2
)
-source=("git+https://codeberg.org/tenacityteam/tenacity.git#commit=${_commit}"
+source=("git+https://codeberg.org/tenacityteam/tenacity.git#tag=v${pkgver}"
"git+https://codeberg.org/tenacityteam/libnyquist")
-b2sums=('SKIP'
+b2sums=('241f1d3eea9c2a288d9bc1fa046bb5c84bb7f9620008605eb712ce4da2298893da53ab528c25fa7c148dd413be165b80a6639d39a444b681df5274f41ba668b8'
'SKIP')
-pkgver() {
- cd "${pkgname}"
- git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
prepare() {
cd $pkgname
@@ -94,4 +88,6 @@ package() {
chrpath --delete "${pkgdir}"/usr/lib/tenacity/*.so
chrpath --delete "${pkgdir}"/usr/lib/tenacity/modules/*.so
+
+ rm -rf "${pkgdir}/build"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tenacity/-/commit/27956874efd054a003675acf946d01a0e0c4ec21
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tenacity/-/commit/27956874efd054a003675acf946d01a0e0c4ec21
You're receiving this email because of your account on gitlab.archlinux.org.