summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexis Janon2020-09-21 00:18:09 +0200
committerAlexis Janon2020-09-21 00:18:09 +0200
commit6a23e02afd3d28802965603792aa2ebf5d2a4f44 (patch)
treea7627560524799794dbda5e07a778fc3a4d50506 /PKGBUILD
parentaedae8e3ba548b018c5f41bb2c367ec2f34f3739 (diff)
downloadaur-ttf-d2coding.tar.gz
Remove unnecessary xorg-font-utils dependency
See https://wiki.archlinux.org/index.php/Font_package_guidelines#Dependencies and https://www.archlinux.org/todo/removal-of-xorg-font-utils-transitional-package/ for more information why.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 604a55a4916c..0c69daabc560 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,11 @@
pkgname=ttf-d2coding
pkgver=1.3.2
_pkgver="Ver$pkgver-20180524"
-pkgrel=1
+pkgrel=2
pkgdesc="D2Coding Fixed Width TrueType fonts"
arch=('any')
url='https://github.com/naver/d2codingfont'
license=('custom:OFL')
-depends=('xorg-font-utils')
provides=('ttf-font')
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/VER$pkgver/D2Coding-$_pkgver.zip"
"$pkgname-LICENSE")