summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Angel Useche Castro2020-07-11 19:26:11 -0500
committerMiguel Angel Useche Castro2020-07-11 19:26:11 -0500
commit5b2bd9fb724ded1eeb8ae201f49d9f13204e9067 (patch)
tree76bc400b9f2d6d9f870044baabf4c3f0eb8f1efe
parent5d6a4e93963e1bdeac20ccde2704cd574fc2f86b (diff)
downloadaur-otf-zilla-slab.tar.gz
removing xfont-utils dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b7ac769bef6..0ea581e2e78d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = otf-zilla-slab
pkgdesc = Mozilla's Zilla Slab Type Family
pkgver = 1.002
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/mozilla/zilla-slab
install = otf-zilla-slab.install
arch = any
license = custom: SIL Open Font License
depends = fontconfig
- depends = xorg-font-utils
source = otf-zilla-slab.tar.gz::https://github.com/mozilla/zilla-slab/releases/download/v1.002/Zilla-Slab-Fonts-v1.002.zip
sha256sums = 62490dc19cd17e2951fe88ba3e662089ca14077634cacf1f12926374281dcf42
diff --git a/PKGBUILD b/PKGBUILD
index 3ae40805f6ee..e63d8a367f81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgbase=otf-zilla-slab
pkgname=('otf-zilla-slab' 'ttf-zilla-slab')
pkgver=1.002
-pkgrel=2
+pkgrel=3
pkgdesc="Mozilla's Zilla Slab Type Family"
url=https://github.com/mozilla/zilla-slab
arch=('any')
-depends=('fontconfig' 'xorg-font-utils')
+depends=('fontconfig')
source=($pkgname.tar.gz::https://github.com/mozilla/zilla-slab/releases/download/v$pkgver/Zilla-Slab-Fonts-v$pkgver.zip)
sha256sums=('62490dc19cd17e2951fe88ba3e662089ca14077634cacf1f12926374281dcf42')
install=${pkgname}.install