[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Mar 15 11:22:30 UTC 2018


    Date: Thursday, March 15, 2018 @ 11:22:29
  Author: heftig
Revision: 308465

2.13.0-1

Modified:
  lib32-fontconfig/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-15 11:21:12 UTC (rev 308464)
+++ PKGBUILD	2018-03-15 11:22:29 UTC (rev 308465)
@@ -3,7 +3,7 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.12.6+5+g665584a
+pkgver=2.13.0
 pkgrel=1
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(lib32-expat lib32-freetype2 $_pkgbasename)
 makedepends=(git autoconf-archive gperf python-lxml python-six)
 install=lib32-fontconfig.install
-_commit=665584a19b0ec227c93643ffb0540d11ac8ecf7f  # fc-2-12
+_commit=f075ca1aeaedbc288d42a70df5cf2fd069ea0d10  # tags/2.13.0^0
 source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit"
         lib32-fontconfig.hook)
 sha256sums=('SKIP'
@@ -60,7 +60,7 @@
   cd $_pkgbasename
   make DESTDIR="$pkgdir" install
 
-  rm -rf "$pkgdir"/{etc,usr/{include,share}}
+  rm -r "$pkgdir"/{etc,usr/{include,share}}
   find "$pkgdir/usr/bin" -not -type d -not -name fc-cache -delete
   mv "$pkgdir"/usr/bin/fc-cache{,-32}
 



More information about the arch-commits mailing list