summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2017-04-19 17:00:18 +0300
committerCaleb Maclennan2017-04-19 17:00:18 +0300
commitabcd32398b00f29fea648956962839948ae0ded2 (patch)
tree1fb7bd95743f47fca3274ab0a146f9cda1fc9398
parent153e0b7cba748f2c62bc6441f1182d48a3761f4d (diff)
downloadaur-abcd32398b00f29fea648956962839948ae0ded2.tar.gz
Avoid packaging MacOS file artifacts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba441b54c754..29b5a593bd56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Apr 19 13:57:43 UTC 2017
+# Wed Apr 19 13:59:55 UTC 2017
pkgbase = otf-bravura
pkgdesc = an SMuFL compliant music font designed by Daniel Spreadbury at Steinberg
pkgver = 1.204
- pkgrel = 1
+ pkgrel = 2
url = http://www.smufl.org/fonts/
arch = any
license = OFL
diff --git a/PKGBUILD b/PKGBUILD
index b607c09a68a5..1f00f60a6b18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=otf-bravura
pkgver=1.204
-pkgrel=1
+pkgrel=2
pkgdesc="an SMuFL compliant music font designed by Daniel Spreadbury at Steinberg"
arch=('any')
url="http://www.smufl.org/fonts/"
@@ -29,6 +29,6 @@ post_remove() {
package() {
cd "${srcdir}"
- find . -name '*.otf' -execdir install -Dm644 {} $pkgdir/usr/share/fonts/OTF/{} \;
+ find . -name 'Bravura*.otf' -execdir install -Dm644 {} $pkgdir/usr/share/fonts/OTF/{} \;
install -Dm644 "OFL.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}