summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO1
-rwxr-xr-xPKGBUILD3
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84a47d9dfafc..f7380169e382 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = lib32-fontconfig-git
depends = lib32-expat
depends = libfreetype.so
depends = fontconfig
+ provides = lib32-fontconfig
provides = libfontconfig.so
conflicts = lib32-fontconfig
source = git+https://gitlab.freedesktop.org/fontconfig/fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index c199c2418a83..e25912785272 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,11 +11,10 @@ pkgdesc="A library for configuring and customizing font access (32-bit)"
arch=(x86_64)
url="https://www.freedesktop.org/wiki/Software/fontconfig/"
license=(custom)
-provides=(lib32-fontconfig)
+provides=(lib32-fontconfig libfontconfig.so)
conflicts=(lib32-fontconfig)
depends=(lib32-expat libfreetype.so $_pkgbasename)
makedepends=(git meson gperf lib32-freetype2)
-provides=(libfontconfig.so)
install=fontconfig-32.install
source=("git+https://gitlab.freedesktop.org/fontconfig/fontconfig"
fontconfig-32.hook)