Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / taglib
Commits: 8abd56f1 by Antonio Rojas at 2025-05-31T09:27:16+02:00 upgpkg: 2.1-1: Upstream update - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = taglib pkgdesc = A Library for reading and editing the meta-data of several popular audio formats - pkgver = 2.0.2 + pkgver = 2.1 pkgrel = 1 url = https://taglib.github.io/ arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = taglib depends = glibc depends = sh depends = zlib - source = git+https://github.com/taglib/taglib#tag=v2.0.2 - sha256sums = 05ae54e76c2a1b259e17c5ba6f1d0a408759b02fe42af4b74e8eecaacef6a85e + source = git+https://github.com/taglib/taglib#tag=v2.1 + sha256sums = 2dd3699a38007e5af1f532d1a9bcdbcb237923cb1e0d364230e8d46d67a7785e pkgname = taglib ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributor: Tobias Powalowski <tp...@archlinux.org> pkgname=taglib -pkgver=2.0.2 +pkgver=2.1 pkgrel=1 pkgdesc='A Library for reading and editing the meta-data of several popular audio formats' arch=(x86_64) @@ -21,7 +21,7 @@ makedepends=(cmake utf8cpp) checkdepends=(cppunit) source=(git+https://github.com/taglib/taglib#tag=v$pkgver) -sha256sums=('05ae54e76c2a1b259e17c5ba6f1d0a408759b02fe42af4b74e8eecaacef6a85e') +sha256sums=('2dd3699a38007e5af1f532d1a9bcdbcb237923cb1e0d364230e8d46d67a7785e') build() { cmake -B build -S $pkgname \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/taglib/-/commit/8abd56f11a8205404fba3b253c65b04d71bb48bf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/taglib/-/commit/8abd56f11a8205404fba3b253c65b04d71bb48bf You're receiving this email because of your account on gitlab.archlinux.org.