summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjustanoobcoder2020-07-23 12:13:26 +0700
committerjustanoobcoder2020-07-23 12:13:26 +0700
commit24821262b08ef5512672fe3220b414416e4c8991 (patch)
treefda3f954f257eeb152b481b84ed4a260fa85ebf0 /PKGBUILD
parent255a9f3296bb132dae1d105da8dd020c024f7993 (diff)
downloadaur-24821262b08ef5512672fe3220b414416e4c8991.tar.gz
add curl dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efe6bc8be97d..ef2f335a07d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ groups=('modified')
provides=('libxft')
conflicts=('libxft')
url="https://gitlab.freedesktop.org/xorg/lib/libxft.git"
-depends=('fontconfig' 'libxrender')
+depends=('fontconfig' 'libxrender' 'curl')
makedepends=('git' 'pkgconfig')
source=("git+$url")
md5sums=('SKIP')