summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-09-01 21:42:39 -0400
committerSolomon Choina2018-09-01 21:42:39 -0400
commita605c481207dc826a6ebe94c61ea344dd7598ae0 (patch)
tree41ae2fcdede1ccc3187cb998938c517917225bd0
parentda6f8bd0aa6a90bc4181de89baed06502eb70267 (diff)
downloadaur-a605c481207dc826a6ebe94c61ea344dd7598ae0.tar.gz
update pkgver
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
-rw-r--r--lib32-fontconfig.install2
3 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f801415bda6..1bed2ebaf05d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Oct 17 18:08:09 UTC 2017
pkgbase = lib32-fontconfig-infinality-ultimate
pkgdesc = A library for configuring and customizing font access (32-bit, infinality-bundle)
- pkgver = 2.12.6
+ pkgver = 2.13.1
pkgrel = 1
url = http://www.fontconfig.org/release/
install = lib32-fontconfig.install
@@ -11,18 +9,18 @@ pkgbase = lib32-fontconfig-infinality-ultimate
license = custom
license = MIT
makedepends = gcc-multilib
+ makedepends = lib32-json-c
makedepends = lib32-expat
makedepends = gperf
makedepends = python2-lxml
depends = lib32-expat
- depends = lib32-freetype2-infinality-ultimate
depends = fontconfig-infinality-ultimate
provides = lib32-fontconfig
conflicts = lib32-fontconfig
options = !libtool
- source = http://www.fontconfig.org/release/fontconfig-2.12.6.tar.bz2
+ source = http://www.fontconfig.org/release/fontconfig-2.13.1.tar.bz2
source = lib32-fontconfig.hook
- sha1sums = cae963814ba4bc41f3c96876604d33fc3abfc572
+ sha1sums = 75612356ef4f801735b49baf987f8942b4a7a5e1
sha1sums = 765f355f84c200b9ca4e0ea3c69c41474167fc84
pkgname = lib32-fontconfig-infinality-ultimate
diff --git a/PKGBUILD b/PKGBUILD
index 69317fe653c7..ca5da18b34f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,15 @@
_basename=fontconfig
pkgname=lib32-$_basename-infinality-ultimate
-pkgver=2.12.6
+pkgver=2.13.1
pkgrel=1
-_master_name=fontconfig-ultimate-master
pkgdesc="A library for configuring and customizing font access (32-bit, infinality-bundle)"
arch=(x86_64)
url="http://www.fontconfig.org/release/"
license=('custom' 'MIT')
groups=('infinality-bundle-multilib')
-depends=('lib32-expat' 'lib32-freetype2-infinality-ultimate' $_basename-infinality-ultimate)
-makedepends=('gcc-multilib' 'lib32-expat' 'gperf' 'python2-lxml')
+depends=('lib32-expat' $_basename-infinality-ultimate)
+makedepends=('gcc-multilib' 'lib32-json-c' 'lib32-expat' 'gperf' 'python2-lxml')
options=('!libtool')
provides=('lib32-fontconfig')
conflicts=('lib32-fontconfig')
@@ -20,7 +19,7 @@ install="lib32-fontconfig.install"
source=(http://www.fontconfig.org/release/${_basename}-${pkgver}.tar.bz2
lib32-fontconfig.hook)
-sha1sums=('cae963814ba4bc41f3c96876604d33fc3abfc572'
+sha1sums=('75612356ef4f801735b49baf987f8942b4a7a5e1'
'765f355f84c200b9ca4e0ea3c69c41474167fc84')
build() {
diff --git a/lib32-fontconfig.install b/lib32-fontconfig.install
index a02b1e7a71e4..17a57f65c61f 100644
--- a/lib32-fontconfig.install
+++ b/lib32-fontconfig.install
@@ -5,6 +5,6 @@ post_install() {
post_upgrade() {
echo -n "Rebuilding 32-bit fontconfig cache..."
# a full forced directory scan is required here
- /usr/bin/fc-cache-32 -rs
+ SOURCE_DATE_EPOCH=$(date +%s) fc-cache -rs
echo " done."
}