summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c46e8481ee6..625b180772e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=ttf-b612
pkgver=1.008
-pkgrel=2
+pkgrel=3
pkgdesc="An highly legible open source font family designed and tested to be used on aircraft cockpit screens"
arch=("any")
url="http://b612-font.com/"
license=("EPL")
-depends=(fontconfig xorg-font-utils)
+depends=(fontconfig)
source=("https://github.com/polarsys/b612/archive/$pkgver.tar.gz")
sha256sums=('bfe4827931a22ecde5576c2bd06b462d467b89fa580b6ded651346f94eba8dd6')
provides=("ttf-b612" "ttf-b612-mono")
@@ -21,5 +21,5 @@ package() {
install -d -m755 "$pkgdir/usr/share/fonts/TTF"
cd fonts/ttf
- find . -name "*.ttf" -exec install -D -m644 "{}" "$pkgdir/usr/share/fonts/TTF/{}" \;
+ install -D -m644 *.ttf "$pkgdir/usr/share/fonts/TTF/"
}