summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLen Zhang2017-07-27 10:31:53 -0400
committerLen Zhang2017-07-27 10:31:53 -0400
commit40fffa1c42b81714411955fef95e8a054f18fc8a (patch)
tree3bdef1cb5b00524320e24cb18ad0b5c909f908b2
parent560769b5b0c628ddf638f6d910fcb0d9af62824e (diff)
downloadaur-40fffa1c42b81714411955fef95e8a054f18fc8a.tar.gz
update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63614af70dc9..ad67d1e2b951 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = noto-fonts-cjk-otf
pkgdesc = Google Noto CJK fonts, use OTF type to solve some font fallback problems
pkgver = 20170601
- pkgrel = 1
+ pkgrel = 2
url = https://www.google.com/get/noto/
install = noto-fonts-cjk-otf.install
arch = any
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
}