summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Janon2020-09-21 00:18:09 +0200
committerAlexis Janon2020-09-21 00:18:09 +0200
commit6a23e02afd3d28802965603792aa2ebf5d2a4f44 (patch)
treea7627560524799794dbda5e07a778fc3a4d50506
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.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d0394dd9f7c..fa31478420f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = ttf-d2coding
pkgdesc = D2Coding Fixed Width TrueType fonts
pkgver = 1.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/naver/d2codingfont
arch = any
license = custom:OFL
- depends = xorg-font-utils
provides = ttf-font
source = ttf-d2coding-1.3.2.tar.gz::https://github.com/naver/d2codingfont/releases/download/VER1.3.2/D2Coding-Ver1.3.2-20180524.zip
source = ttf-d2coding-LICENSE
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")