summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjustanoobcoder2020-08-07 12:09:06 +0700
committerjustanoobcoder2020-08-07 12:09:06 +0700
commit05eb28abe72b1120b29d82c102e996253ce8f39b (patch)
tree62abc49679a66ad7a2e9ccbb3de0ab658ca89e86 /PKGBUILD
parentb7e2980d8c1cda2890991dce57dc15522d1c1394 (diff)
downloadaur-05eb28abe72b1120b29d82c102e996253ce8f39b.tar.gz
fix license and pkgconf dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 536a86cb4f65..fbc20ac71401 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ pkgver=2.3.3.r1.dda4979
pkgrel=1
pkgdesc="libXft with BGRA glyph (color emoji) rendering & scaling patches by Maxime Coste"
arch=('x86_64')
-license=('custome')
+license=('custom')
groups=('modified')
provides=('libxft')
conflicts=('libxft')
url="https://gitlab.freedesktop.org/xorg/lib/libxft.git"
depends=('fontconfig' 'libxrender' 'curl' 'xorg-util-macros')
-makedepends=('git' 'pkgconfig')
+makedepends=('git' 'pkgconf')
source=("git+$url")
md5sums=('SKIP')