Package Details: otf-bravura 1.392-1

Git Clone URL: https://aur.archlinux.org/otf-bravura.git (read-only, click to copy)
Package Base: otf-bravura
Description: An SMuFL compliant music font designed by Daniel Spreadbury at Steinberg
Upstream URL: https://www.smufl.org/fonts/
Licenses: OFL
Submitter: alerque
Maintainer: alerque (SpotlightKid)
Last Packager: alerque
Votes: 3
Popularity: 0.000000
First Submitted: 2015-07-28 06:04 (UTC)
Last Updated: 2024-03-28 01:21 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

alerque commented on 2019-06-18 12:50 (UTC)

Thanks @SpotlightKid. I've updated it (and added you as a co-maintainer).

SpotlightKid commented on 2019-06-13 06:08 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index c46d1de..fa4f068 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
 # Maintainer:  Caleb Maclennan <caleb@alerque.com>

 pkgname=otf-bravura
-pkgver=1.204
-pkgrel=2
+pkgver=1.271
+pkgrel=1
 pkgdesc='an SMuFL compliant music font designed by Daniel Spreadbury at Steinberg'
 arch=('any')
 url="http://www.smufl.org/fonts/"
 license=('OFL')
 depends=('fontconfig' 'xorg-font-utils')
-source=("http://www.smufl.org/files/bravura-$pkgver.zip")
-sha256sums=('d9e13fa8be3185169ae761eee684ed3d1a6f2f32b7b861186da3610e462f0ee7')
+source=("https://github.com/steinbergmedia/bravura/archive/bravura-$pkgver.tar.gz")
+sha256sums=('7568b2533c0747736398d81b6d03aa7d6cc6f4b064c16a301e155d9ebe6e1e5f')

 package() {
-    cd "otf"
-    install -Dm644 -t "$pkgdir/usr/share/fonts/OTF/" *.otf
+    cd "$srcdir/bravura-bravura-$pkgver"
+    install -Dm644 -t "$pkgdir/usr/share/fonts/OTF/" redist/otf/*.otf
 }

SpotlightKid commented on 2019-06-13 06:03 (UTC)

The URL of the sources has changed to Github releases. The source archive on Github contains the archives of previous releases, so it's rather big and the layout of the archive contents has changed.