[arch-commits] Commit in libmusicxml/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Wed Aug 7 20:44:15 UTC 2019
Date: Wednesday, August 7, 2019 @ 20:44:15
Author: dvzrv
Revision: 498246
upgpkg: libmusicxml 3.14-2
Rebuilding, as upstream retagged a version and introduced a soname change (https://github.com/grame-cncm/libmusicxml/issues/36). Adding libmusicxml2.so to provides.
Modified:
libmusicxml/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-07 20:42:05 UTC (rev 498245)
+++ PKGBUILD 2019-08-07 20:44:15 UTC (rev 498246)
@@ -1,7 +1,7 @@
# Maintainer: David Runge <dave at sleepmap.de>
pkgname=libmusicxml
pkgver=3.14
-pkgrel=1
+pkgrel=2
pkgdesc="Portable C++ library around the MusicXML format"
arch=('x86_64')
url="https://github.com/grame-cncm/libmusicxml"
@@ -8,8 +8,9 @@
license=('MPL2')
depends=('gcc-libs')
makedepends=('cmake')
+provides=('libmusicxml2.so')
source=("$pkgname-$pkgver.tar.gz::https://github.com/grame-cncm/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('b7e7986bc1cfb90d9666573696a1ead388347271fe36cb4666533149f85504d730d8a152a9e7691562d95e82ff7e4f39285e715de030d5712dfd6796563dbf06')
+sha512sums=('67c0c40e85fded3cf891f8f9365aaed3ab2396ddb5734f27e45577cfbd1aca11c49a37e3f5cb2eea290cf6f7585a776ee0939e64037a1d7f4bdd52664d23ea0a')
prepare() {
cd "$pkgname-$pkgver"
@@ -31,5 +32,5 @@
mv -v "${pkgdir}/usr/share/${pkgname}/doc/"* \
"${pkgdir}/usr/share/${pkgname}/CHANGELOG.txt" \
"${pkgdir}/usr/share/doc/${pkgname}"
- rmdir -v "${pkgdir}/usr/share/${pkgname}/doc/"
+ rmdir -v "${pkgdir}/usr/share/${pkgname}/doc/"
}
More information about the arch-commits
mailing list