summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cb971b75dbd..7748eee2e840 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = libxft-bgra-git
pkgdesc = libXft with BGRA glyph (color emoji) rendering & scaling patches by Maxime Coste
pkgver = 2.3.4.r126.06a3c0a
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.freedesktop.org/xorg/lib/libxft.git
arch = x86_64
groups = modified
license = custom
makedepends = git
makedepends = pkgconf
+ makedepends = automake
+ makedepends = autoconf
depends = fontconfig
depends = libxrender
- depends = curl
depends = xorg-util-macros
provides = libxft
conflicts = libxft
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')