Created
July 12, 2020 04:14
-
-
Save nosada/97e1333a8b9424725a95aa924761473e to your computer and use it in GitHub Desktop.
Remove xorg-font-utils from depends, as it's no longer exists in Arch repos because of https://www.archlinux.org/todo/removal-of-xorg-font-utils-transitional-package/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.SRCINFO b/.SRCINFO | |
index 9643c48..7e4009e 100644 | |
--- a/.SRCINFO | |
+++ b/.SRCINFO | |
@@ -1,15 +1,13 @@ | |
-# Generated by mksrcinfo v8 | |
-# Thu Apr 19 11:47:16 UTC 2018 | |
pkgbase = otf-source-han-code-jp | |
pkgdesc = Japanese OpenType font for developers. Made by mixing SourceHanSans and SourceCodePro | |
pkgver = 2.011 | |
- pkgrel = 2 | |
+ pkgrel = 3 | |
url = https://github.com/adobe-fonts/source-han-code-jp | |
install = otf-source-han-code-jp.install | |
arch = any | |
license = custom | |
depends = fontconfig | |
- depends = xorg-font-utils | |
+ depends = xorg-mkfontscale | |
source = https://github.com/adobe-fonts/source-han-code-jp/archive/2.011R.tar.gz | |
md5sums = 830fe735c5a14949e482da78b0c080ad | |
diff --git a/.gitignore b/.gitignore | |
new file mode 100644 | |
index 0000000..335ec95 | |
--- /dev/null | |
+++ b/.gitignore | |
@@ -0,0 +1 @@ | |
+*.tar.gz | |
diff --git a/PKGBUILD b/PKGBUILD | |
index 804b6fb..0d8c722 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,8 +1,8 @@ | |
# Maintainer : boronology <boronology at gmail dot com> | |
pkgname=otf-source-han-code-jp | |
pkgver=2.011 | |
-pkgrel=2 | |
-depends=('fontconfig' 'xorg-font-utils') | |
+pkgrel=3 | |
+depends=('fontconfig' 'xorg-mkfontscale') | |
pkgdesc="Japanese OpenType font for developers. Made by mixing SourceHanSans and SourceCodePro" | |
arch=('any') | |
license=('custom') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment