summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei Maruyama2023-07-23 00:51:07 +0900
committerShohei Maruyama2023-07-23 00:55:00 +0900
commit93a1cd8bce2e5a17429d8871e163c740516072dc (patch)
treee76db9078b7430b8c4aeee655d67a8d42040b4f4
parent9c7aea387ef05c5d3807d10e1f9a2c32ef3623d6 (diff)
downloadaur-ttf-plemoljp.tar.gz
PKGBUILD: Fix missing build dependency
python-ttfautohint-py is required at around L3377 on `plemoljp_generator.sh`, so it should be set to the build dependencies to build correctly. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ebd4b515d86..47bfa573fa91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ttf-plemoljp
pkgdesc = Plex Mono Language JP
pkgver = 1.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/yuru7/PlemolJP
arch = any
license = custom:OFL
makedepends = fontforge
makedepends = python-fonttools
- makedepends = ttfautohint
+ makedepends = python-ttfautohint-py
provides = ttf-font
source = ttf-plemoljp-1.6.0.tar.gz::https://github.com/yuru7/PlemolJP/archive/refs/tags/v1.6.0.tar.gz
sha256sums = 36c9af69c0fde4108e888d5513b004236d45fea51b6d9f05a46efcb2acde2182
diff --git a/PKGBUILD b/PKGBUILD
index 932ac24c7828..f7615e427c9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ttf-plemoljp
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='Plex Mono Language JP'
arch=('any')
url='https://github.com/yuru7/PlemolJP'
license=('custom:OFL')
provides=('ttf-font')
-makedepends=('fontforge' 'python-fonttools' 'ttfautohint')
+makedepends=('fontforge' 'python-fonttools' 'python-ttfautohint-py')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/yuru7/PlemolJP/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('36c9af69c0fde4108e888d5513b004236d45fea51b6d9f05a46efcb2acde2182')