summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKaare Jenssen2020-03-21 08:02:59 +0100
committerKaare Jenssen2020-03-21 08:02:59 +0100
commite44a2bc4fec6c1b599a0b6ca8792ac7c14217ae6 (patch)
tree48a41cc77581c97bbfe7297b985b107c31181510 /PKGBUILD
parent2c53f979cba22e1c8bb54aea3c341f875c4947bf (diff)
downloadaur-e44a2bc4fec6c1b599a0b6ca8792ac7c14217ae6.tar.gz
Removed optional dependency clx-truetype, as it is no longer available in AUR.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58986b96c1cd..77a1635c5a14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,8 +31,7 @@ optdepends=('xorg-xprop: for stumpish (StumpWM Interactive Shell)'
'alsa-utils: for amixer.lisp (control audio volume)'
'aumix: for aumix.lisp (control audio volume)'
'mpd: for mpd.lisp (control the mpd)'
- 'surfraw: for surfraw.lisp (surf the Internet)'
- 'clx-truetype: for ttf-fonts.lisp (Xft fonts)')
+ 'surfraw: for surfraw.lisp (surf the Internet)')
# Binary will not run other
options=('!strip' '!makeflags') # Thanks to sidereus for pointing this out