summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2020-08-26 19:03:12 +0800
committerJack Chen2020-08-26 19:03:40 +0800
commit8ca85ec55ab5b8457961f19923ebeebb65d31697 (patch)
tree8304884c44fe26e6fea3f6f47f231858b72c52c0
parent84e4e03107b574a01fc8c681a82bf700f222c7ad (diff)
downloadaur-8ca85ec55ab5b8457961f19923ebeebb65d31697.tar.gz
fix missing LICENSE file error
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86ac65cd2743..5f834562a302 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = adobe-source-han-mono-classic-fonts
pkgdesc = Adobe Source Han Mono - Classic Style Chinese Character
pkgver = 1.002
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/redchenjs/source-han-mono-classic
arch = any
license = custom:OFL
diff --git a/PKGBUILD b/PKGBUILD
index 7735b22e58d7..e4f4bffbe7b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=adobe-source-han-mono-classic-fonts
pkgver=1.002
_commit=5888cdabc66f48976e7a9605aae91ed39cea27f8
-pkgrel=5
+pkgrel=6
pkgdesc='Adobe Source Han Mono - Classic Style Chinese Character'
arch=('any')
url="https://github.com/redchenjs/source-han-mono-classic"
@@ -15,5 +15,5 @@ package() {
cd source-han-mono-classic-$_commit
mkdir -p "$pkgdir/usr/share/fonts/adobe-source-han-sans/"
install -Dm644 *.otf "$pkgdir/usr/share/fonts/adobe-source-han-sans/"
- install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}