Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
taglib
Commits:
c3e889fb by Antonio Rojas at 2024-04-10T00:04:40+02:00
upgpkg: 2.0.1-1: Update to 2.0.1
- - - - -
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
+ pkgver = 2.0.1
pkgrel = 1
url = https://taglib.github.io/
arch = x86_64
@@ -13,9 +13,7 @@ pkgbase = taglib
depends = glibc
depends = sh
depends = zlib
- source = https://taglib.github.io/releases/taglib-2.0.tar.gz
- source = https://github.com/taglib/taglib/commit/dfef09f1.patch
- sha256sums =
e36ea877a6370810b97d84cf8f72b1e4ed205149ab3ac8232d44c850f38a2859
- sha256sums =
bef9bf3cb5cb342e339612ca9fb9d9020ddd3307af15db0402507e7dcbcf35a2
+ source = https://taglib.github.io/releases/taglib-2.0.1.tar.gz
+ sha256sums =
08c0a27b96aa5c4e23060fe0b6f93102ee9091a9385257b9d0ddcf467de0d925
pkgname = taglib
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Tobias Powalowski <[email protected]>
pkgname=taglib
-pkgver=2.0
+pkgver=2.0.1
pkgrel=1
pkgdesc='A Library for reading and editing the meta-data of several popular
audio formats'
arch=(x86_64)
@@ -19,14 +19,8 @@ depends=(gcc-libs
makedepends=(cmake
utf8cpp)
checkdepends=(cppunit)
-source=(https://taglib.github.io/releases/$pkgname-$pkgver.tar.gz
- https://github.com/taglib/taglib/commit/dfef09f1.patch)
-sha256sums=('e36ea877a6370810b97d84cf8f72b1e4ed205149ab3ac8232d44c850f38a2859'
- 'bef9bf3cb5cb342e339612ca9fb9d9020ddd3307af15db0402507e7dcbcf35a2')
-
-prepare() {
- patch -d $pkgname-$pkgver -Rp1 < dfef09f1.patch #
https://github.com/taglib/taglib/issues/1211
-}
+source=(https://taglib.github.io/releases/$pkgname-$pkgver.tar.gz)
+sha256sums=('08c0a27b96aa5c4e23060fe0b6f93102ee9091a9385257b9d0ddcf467de0d925')
build() {
cmake -B build -S $pkgname-$pkgver \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/taglib/-/commit/c3e889fb33ae7ba550d9f28b4405cf9266576d4e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/taglib/-/commit/c3e889fb33ae7ba550d9f28b4405cf9266576d4e
You're receiving this email because of your account on gitlab.archlinux.org.