Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / libldac
Commits: 9fc3ef1a by loqs at 2024-04-17T19:08:00+00:00 Allow file protocol for git submodule update - - - - - 1410024c by loqs at 2024-04-17T19:10:59+00:00 Change to SPDX license identifier https://github.com/EHfive/ldacBT/blob/fbffba45d15d959da6ee04eafe14c0d4721f6030/LICENSE - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="LDAC Bluetooth encoder library" url="https://github.com/EHfive/ldacBT" arch=(x86_64) -license=(Apache) +license=(Apache-2.0) depends=(glibc) makedepends=(git cmake) provides=(libldacBT_{abr,enc}.so) @@ -26,7 +26,7 @@ prepare() { git submodule init git submodule set-url libldac "$srcdir/libldac" - git submodule update + git -c protocol.file.allow=always submodule update } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libldac/-/compare/063eb01aa46e8b62fe5bc9cacda5463f2cfdd728...1410024cd889a5b162dee1cc0703b0c6b2d3c5f1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libldac/-/compare/063eb01aa46e8b62fe5bc9cacda5463f2cfdd728...1410024cd889a5b162dee1cc0703b0c6b2d3c5f1 You're receiving this email because of your account on gitlab.archlinux.org.