summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLen Zhang2017-07-27 10:31:53 -0400
committerLen Zhang2017-07-27 10:31:53 -0400
commit40fffa1c42b81714411955fef95e8a054f18fc8a (patch)
tree3bdef1cb5b00524320e24cb18ad0b5c909f908b2 /PKGBUILD
parent560769b5b0c628ddf638f6d910fcb0d9af62824e (diff)
downloadaur-40fffa1c42b81714411955fef95e8a054f18fc8a.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 57f38aee5652..8acb97f2c583 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=noto-fonts-cjk-otf
pkgver=20170601
_commit=32a5844539f2e348ed36b44e990f9b06d7fb89fe
-pkgrel=1
+pkgrel=2
pkgdesc="Google Noto CJK fonts, use OTF type to solve some font fallback problems"
arch=(any)
url="https://www.google.com/get/noto/"
@@ -15,6 +15,6 @@ sha256sums=('31e53af3f5e97ae021f24f960608e98f64aaa12804eda7fb583dcfaa8d496ebf')
package() {
mkdir -p "$pkgdir"/usr/share/fonts/OTF/noto-cjk
- install -m644 noto-cjk-$pkgver/*.otf "$pkgdir"/usr/share/fonts/OTF/noto-cjk
- install -Dm644 noto-cjk-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ install -m644 $_commit/*.otf "$pkgdir"/usr/share/fonts/OTF/noto-cjk
+ install -Dm644 $_commit/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}