summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjustanoobcoder2022-06-10 09:53:15 +0700
committerjustanoobcoder2022-06-10 09:53:15 +0700
commitc5c4775da7170bc56d01d02f78384889595bbebb (patch)
tree18202a34cedc52b9e933c634a8b2e1a4435bc959 /PKGBUILD
parent05040825af786c5fd994d99a6d2e1138105e5e6f (diff)
downloadaur-c5c4775da7170bc56d01d02f78384889595bbebb.tar.gz
added automake and autoconf as make dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 051f9699471f..2d654d099ac3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=libxft-bgra-git
_dir=libxft
pkgver=2.3.4.r126.06a3c0a
-pkgrel=1
+pkgrel=2
pkgdesc="libXft with BGRA glyph (color emoji) rendering & scaling patches by Maxime Coste"
arch=('x86_64')
license=('custom')
@@ -9,8 +9,8 @@ groups=('modified')
provides=('libxft')
conflicts=('libxft')
url="https://gitlab.freedesktop.org/xorg/lib/libxft.git"
-depends=('fontconfig' 'libxrender' 'curl' 'xorg-util-macros')
-makedepends=('git' 'pkgconf')
+depends=('fontconfig' 'libxrender' 'xorg-util-macros')
+makedepends=('git' 'pkgconf' 'automake' 'autoconf')
source=("git+$url" '1.patch')
md5sums=('SKIP' '49c10bb362132e2c0e37296ae95db279')