George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
sws
Commits:
9da1576e by George Rawlinson at 2026-02-28T09:12:52+00:00
reuse: simplify conf
- - - - -
bb49b709 by George Rawlinson at 2026-02-28T09:16:28+00:00
upgpkg: 2.14.0.7-2
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = sws
pkgdesc = A collection of features that seamlessly integrate into REAPER
pkgver = 2.14.0.7
- pkgrel = 1
+ pkgrel = 2
url = https://www.sws-extension.org/
install = sws.install
arch = x86_64
@@ -13,7 +13,8 @@ pkgbase = sws
makedepends = gtk3
makedepends = ninja
depends = glibc
- depends = gcc-libs
+ depends = libgcc
+ depends = libstdc++
depends = reaper
depends = taglib
source = git+https://github.com/reaper-oss/sws.git#tag=v2.14.0.7
=====================================
PKGBUILD
=====================================
@@ -3,14 +3,15 @@
pkgname=sws
pkgver=2.14.0.7
-pkgrel=1
+pkgrel=2
pkgdesc='A collection of features that seamlessly integrate into REAPER'
arch=(x86_64)
url='https://www.sws-extension.org/'
license=(MIT)
depends=(
glibc
- gcc-libs
+ libgcc
+ libstdc++
reaper
taglib
)
=====================================
REUSE.toml
=====================================
@@ -3,8 +3,6 @@ version = 1
[[annotations]]
path = [
"PKGBUILD",
- "README.md",
- "keys/**",
".SRCINFO",
".nvchecker.toml",
"*.install",
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sws/-/compare/65161162e3c16d6dcfc32858e01f22feb5ec0266...bb49b709053c95537c8165c74e7139be1040108d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sws/-/compare/65161162e3c16d6dcfc32858e01f22feb5ec0266...bb49b709053c95537c8165c74e7139be1040108d
You're receiving this email because of your account on gitlab.archlinux.org.