summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNOGISAKA Sadata2020-07-27 17:37:56 +0900
committerorumin2020-07-27 17:37:56 +0900
commit27969196e8b8e97ec07a8602cfd1a8e7159cc1ab (patch)
tree187bc379b4587eef660766c476e7be4ee408d69e
parent012df2e5b1fb60b74e427f097c0f5c7116c157f2 (diff)
downloadaur-27969196e8b8e97ec07a8602cfd1a8e7159cc1ab.tar.gz
fix: replace obsoleted package
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94a41e176563..62ca5ed475ae 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 000000000000..335ec9573de5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index c42fb750bcb8..835d82261aa7 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')