David Runge pushed to branch main at Arch Linux / Packaging / Packages / ams
Commits: 92bfb615 by David Runge at 2026-05-30T10:31:59+02:00 Switch to correct SPDX license identifier Signed-off-by: David Runge <[email protected]> - - - - - 238a1da4 by David Runge at 2026-05-30T10:35:07+02:00 Depend on libgcc and libstdc++ instead of gcc-libs Signed-off-by: David Runge <[email protected]> - - - - - 55ff703e by David Runge at 2026-05-30T10:43:22+02:00 upgpkg: 2.2.1-3 Rebuild to fix dependency/metadata. - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,11 +1,11 @@ pkgbase = ams pkgdesc = A real-time modular synthesizer and effect processor pkgver = 2.2.1 - pkgrel = 2 + pkgrel = 3 url = http://alsamodular.sourceforge.net/ arch = x86_64 groups = pro-audio - license = GPL2 + license = GPL-2.0-only makedepends = alsa-lib makedepends = fftw makedepends = gendesk @@ -15,10 +15,11 @@ pkgbase = ams makedepends = qt5-tools makedepends = zita-alsa-pcmi depends = cmt - depends = gcc-libs depends = glibc - depends = qt5-base + depends = libgcc + depends = libstdc++ depends = mcp-plugins + depends = qt5-base depends = rev-plugins depends = swh-plugins depends = vco-plugins @@ -28,10 +29,11 @@ pkgbase = ams pkgname = ams depends = cmt - depends = gcc-libs depends = glibc - depends = qt5-base + depends = libgcc + depends = libstdc++ depends = mcp-plugins + depends = qt5-base depends = rev-plugins depends = swh-plugins depends = vco-plugins ===================================== PKGBUILD ===================================== @@ -3,18 +3,19 @@ pkgname=ams pkgver=2.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="A real-time modular synthesizer and effect processor" arch=('x86_64') url="http://alsamodular.sourceforge.net/" -license=(GPL2) +license=(GPL-2.0-only) groups=(pro-audio) depends=( cmt - gcc-libs glibc - qt5-base + libgcc + libstdc++ mcp-plugins + qt5-base rev-plugins swh-plugins vco-plugins View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ams/-/compare/e3b1ab396befce0f9140179a5240a1cc003cfc4a...55ff703eba279331bc48cb1b2ddb7bf6fa60150f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ams/-/compare/e3b1ab396befce0f9140179a5240a1cc003cfc4a...55ff703eba279331bc48cb1b2ddb7bf6fa60150f You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
