summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Porunov2020-07-08 09:50:21 +0300
committerDmitry Porunov2020-07-08 09:50:21 +0300
commit86da09339bac7b7b03d5438add190fe76883c45d (patch)
tree74a7ea53cf1704dba23c4c2b3e915920828dca57
parent6bac32b0b3045a38f074e83fc7db4a8d0402f926 (diff)
downloadaur-86da09339bac7b7b03d5438add190fe76883c45d.tar.gz
Remove xorg-font-utils from dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01d0b82fdaab..b1ecff6bc821 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = ttf-exo-2
pkgdesc = Exo 2 is a complete redrawing of Exo, a contemporary geometric sans serif typeface that tries to convey a technological/futuristic feeling while keeping an elegant design.
pkgver = 1.100
- pkgrel = 1
+ pkgrel = 2
url = https://fonts.google.com/specimen/Exo+2
arch = any
license = Open Font License
depends = fontconfig
depends = xorg-fonts-encodings
- depends = xorg-font-utils
source = https://github.com/NDISCOVER/Exo-2.0/raw/0e2d90b53d2b2a6be575eb513672051262901992/fonts/Exo2-Black.ttf
source = https://github.com/NDISCOVER/Exo-2.0/raw/0e2d90b53d2b2a6be575eb513672051262901992/fonts/Exo2-BlackItalic.ttf
source = https://github.com/NDISCOVER/Exo-2.0/raw/0e2d90b53d2b2a6be575eb513672051262901992/fonts/Exo2-Bold.ttf
diff --git a/PKGBUILD b/PKGBUILD
index ab20235294f1..6b539ef81cd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=ttf-exo-2
pkgver=1.100
-pkgrel=1
+pkgrel=2
pkgdesc='Exo 2 is a complete redrawing of Exo, a contemporary geometric sans serif typeface that tries to convey a technological/futuristic feeling while keeping an elegant design.'
arch=('any')
url='https://fonts.google.com/specimen/Exo+2'
license=('Open Font License')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+depends=('fontconfig' 'xorg-fonts-encodings')
_commit='0e2d90b53d2b2a6be575eb513672051262901992'
_raw="https://github.com/NDISCOVER/Exo-2.0/raw/${_commit}/fonts"