summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornimrud2018-11-16 17:47:20 -0500
committernimrud2018-11-16 17:47:20 -0500
commit42eaa7ccece12fffb84781042816e4a798d9a5d6 (patch)
tree2d063e62430c755d95a3fe0204a7ab4f94c570c1
parent2a4e1f9dd57334490d783578f099043093c7cca0 (diff)
downloadaur-42eaa7ccece12fffb84781042816e4a798d9a5d6.tar.gz
update
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 15 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6b659798626..1993c0a00f26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fontconfig-git
- pkgdesc = A library for configuring and customizing font access
- pkgver = 2.11.94.r1772
+ pkgdesc = A library for configuring and customizing font access (from git)
+ pkgver = 2.13.1+20+g2bd559f
pkgrel = 1
url = https://www.freedesktop.org/wiki/Software/fontconfig/
install = fontconfig-git.install
@@ -11,6 +11,11 @@ pkgbase = fontconfig-git
makedepends = gperf
makedepends = python-lxml
makedepends = python-six
+ makedepends = docbook-utils
+ makedepends = docbook-sgml
+ makedepends = perl-sgmls
+ makedepends = texlive-formatsextra>=2017
+ makedepends = lynx
makedepends = json-c
depends = expat
depends = freetype2
@@ -19,7 +24,7 @@ pkgbase = fontconfig-git
source = git+https://anongit.freedesktop.org/git/fontconfig
source = fontconfig-git.hook
sha256sums = SKIP
- sha256sums = SKIP
+ sha256sums = 672f6a1c5e164671955ce807e670306194142a1794ce88df653aa717a972e274
pkgname = fontconfig-git
diff --git a/PKGBUILD b/PKGBUILD
index 7fcc1889d9a0..d12fdaf5d357 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,26 @@
-# Maintainer: Vincent Grande <shoober420@gmail.com>
+# Maintainer: Amanoel Dawod <amanoel at outlook dot com>
# Contributor: Yichao Yu <yyc1992@gmail.com>
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
+# Contributor: Vincent Grande <shoober420@gmail.com>
pkgname=fontconfig-git
-pkgver=2.11.94.r1772
+pkgver=2.13.1+20+g2bd559f
pkgrel=1
-pkgdesc="A library for configuring and customizing font access"
+pkgdesc="A library for configuring and customizing font access (from git)"
arch=(x86_64)
url="https://www.freedesktop.org/wiki/Software/fontconfig/"
license=(custom)
depends=(expat freetype2)
-makedepends=(git autoconf-archive gperf python-lxml python-six json-c)
+makedepends=(git autoconf-archive gperf python-lxml python-six docbook-utils docbook-sgml
+ perl-sgmls 'texlive-formatsextra>=2017' lynx json-c)
conflicts=(fontconfig)
provides=(fontconfig)
install=fontconfig-git.install
source=("git+https://anongit.freedesktop.org/git/fontconfig"
fontconfig-git.hook)
sha256sums=('SKIP'
- 'SKIP')
+ '672f6a1c5e164671955ce807e670306194142a1794ce88df653aa717a972e274')
pkgver() {
cd fontconfig