Skip to content

Instantly share code, notes, and snippets.

@nosada
Last active July 12, 2020 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nosada/bd8a4eae851aafe14f7f684563b59aa3 to your computer and use it in GitHub Desktop.
Save nosada/bd8a4eae851aafe14f7f684563b59aa3 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/
diff --git a/.SRCINFO b/.SRCINFO
index 94a41e1..62ca5ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ttf-koruri
pkgdesc = Japanese TrueType font obtained by mixing M+ and Open Sans
pkgver = 20180915
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Koruri/Koruri
install = ttf.install
arch = any
license = APACHE
depends = fontconfig
- depends = xorg-font-utils
+ depends = xorg-mkfontscale
source = https://github.com/Koruri/Koruri/releases/download/Koruri-20180915/Koruri-20180915.tar.xz
sha256sums = 9cfd9a867f60b8da8653b87706b9bafc113bb477b5e72d1095f43117f7fb3366
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/Koruri-20180915.tar.xz b/Koruri-20180915.tar.xz
new file mode 100644
index 0000000..41c0605
Binary files /dev/null and b/Koruri-20180915.tar.xz differ
diff --git a/PKGBUILD b/PKGBUILD
index c42fb75..835d822 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=ttf-koruri
pkgver=20180915
-pkgrel=1
+pkgrel=2
pkgdesc="Japanese TrueType font obtained by mixing M+ and Open Sans"
arch=('any')
url="https://github.com/Koruri/Koruri"
license=('APACHE')
-depends=('fontconfig' 'xorg-font-utils')
+depends=('fontconfig' 'xorg-mkfontscale')
install=ttf.install
source=("https://github.com/Koruri/Koruri/releases/download/Koruri-20180915/Koruri-20180915.tar.xz")
sha256sums=('9cfd9a867f60b8da8653b87706b9bafc113bb477b5e72d1095f43117f7fb3366')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment