summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranklyn Tackitt2020-07-01 11:13:04 -0700
committerFranklyn Tackitt2020-07-01 11:13:04 -0700
commit3623e9da522da81e61bafdc469076812491eb33a (patch)
treef04aa43dcbb6a3e5124ffeff259d3cac8042181e
parent0f34793cd0a980780cb6ca5f8d7a565f24c1cf32 (diff)
downloadaur-3623e9da522da81e61bafdc469076812491eb33a.tar.gz
Actually remove xorg-font-utils
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f5364537791..3dcf34623301 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = ttf-font-icons
pkgdesc = A non-overlapping mix of Ionicons and Awesome iconic fonts
pkgver = 1.1
- pkgrel = 2
+ pkgrel = 3
url = http://kageurufu.net/icons.pdf
arch = any
license = MIT
depends = fontconfig
- depends = xorg-font-utils
options = !strip
source = icons.ttf
md5sums = 800c09709d456a127bc9160ec1ecddf6
diff --git a/PKGBUILD b/PKGBUILD
index 6b7600b2b59c..d897b16610f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=ttf-font-icons
pkgver=1.1
-pkgrel=2
+pkgrel=3
pkgdesc="A non-overlapping mix of Ionicons and Awesome iconic fonts"
url="http://kageurufu.net/icons.pdf"
# Alternative URL: https://drive.google.com/file/d/0B3iQeXAmzOoLaERrZ1BQX0FreDg/view?usp=sharing
license=('MIT')
-depends=('fontconfig' 'xorg-font-utils')
+depends=('fontconfig')
options=("!strip")
arch=('any')
source=('icons.ttf')