summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfademind2017-03-27 10:35:14 +0200
committerfademind2017-03-27 10:35:14 +0200
commit099d254acd6da8c143a2936a8a6695b9b8dc8095 (patch)
tree385d34aef7e6bb436f61cc5ba3f6e04a50177716 /PKGBUILD
parentbf0e105433f6638b1f1445b10a7da3477a76dafe (diff)
downloadaur-099d254acd6da8c143a2936a8a6695b9b8dc8095.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d82659e610e..72c8185a3f39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Alexander De Sousa <archaur.xandy21@spamgourmet.com>
pkgname=ttf-google-fonts-git
-pkgver=20170306
+pkgver=20170324
pkgrel=1
pkgdesc="TrueType fonts from the Google Fonts project (git version)"
arch=('any')
@@ -73,7 +73,7 @@ conflicts=('adobe-source-code-pro-fonts'
'ttf-ubuntu-font-family'
'ttf-vollkorn')
provides=("${conflicts[@]}" 'ttf-font')
-source=("git+${url}.git")
+source=("git+${url}.git")
sha256sums=('SKIP')
pkgver() {
@@ -83,7 +83,7 @@ pkgver() {
package() {
install -dm755 ${pkgdir}/usr/share/fonts/TTF
- find . -type f -name \*.ttf -exec install -Dm644 '{}' ${pkgdir}/usr/share/fonts/TTF \;
+ find . -type f -name \*.[Tt][Tt][Ff] -exec install -Dm644 '{}' ${pkgdir}/usr/share/fonts/TTF \;
# remove Cantarell fonts because Google ships the original Cantarell
# instead of the improved version of Cantarell shipped by the GNOME Project