summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoramoka2022-02-05 11:03:59 -0500
committeramoka2022-02-05 11:03:59 -0500
commitc57fe9f7ed35b81044e3214b38c43f16c15f049d (patch)
tree000314f6f580f3229da1ea952a2a4704b1c22537 /PKGBUILD
parente41ecdbcfe7d2a7f39a97791867784ebdb07dd52 (diff)
downloadaur-c57fe9f7ed35b81044e3214b38c43f16c15f049d.tar.gz
Version update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b7045815a52..ee4fee42ae67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=fontconfig-git
-pkgver=2.13.93+31+gd263d40
+pkgver=2.13.96
pkgrel=1
pkgdesc="Library for configuring and customizing font access (from git)"
url=https://www.freedesktop.org/wiki/Software/fontconfig/
@@ -46,7 +46,7 @@ check() {
}
package() {
- DESTDIR="$pkgdir" meson install -C build
+ meson install -C build --destdir "$pkgdir"
# Handle conf.d using the hook to avoid overwriting the symlinks on upgrade
mkdir -p "$pkgdir/usr/share/fontconfig/conf.default"