summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2017-08-29 08:33:35 -0400
committerMario Finelli2017-08-29 08:33:35 -0400
commit75e98ddc65a07955bbe90a4b35e602ef19914b13 (patch)
treeeeecc55104e723e01229056fc634c6c1869571cf
parent083dfc8f07a3b16f36f579806bdd5efbe80ddf67 (diff)
downloadaur-75e98ddc65a07955bbe90a4b35e602ef19914b13.tar.gz
Bump to 1.7
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD9
2 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c11d916f166..b6d6731c6e92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Apr 18 23:30:35 UTC 2017
+# Tue Aug 29 12:33:19 UTC 2017
pkgbase = ttfautohint
pkgdesc = Provides automated hinting process for web fonts.
- pkgver = 1.6
- pkgrel = 2
+ pkgver = 1.7
+ pkgrel = 1
url = http://www.freetype.org/ttfautohint/
arch = i686
arch = x86_64
@@ -11,12 +11,14 @@ pkgbase = ttfautohint
license = custom
depends = freetype2
depends = qt5-base
+ depends = noto-fonts
+ depends = noto-fonts-alpha
optdepends = texlive-bin: generate docs
optdepends = pandoc: generate docs
optdepends = ghc: pandoc filter
- source = https://download.savannah.gnu.org/releases/freetype/ttfautohint-1.6.tar.gz
- source = https://download.savannah.gnu.org/releases/freetype/ttfautohint-1.6.tar.gz.sig
- sha256sums = e41013f710c306538ff5b2f1b4d9a5b24bda031fb73fabcaf02a21b8edd71be5
+ source = https://download.savannah.gnu.org/releases/freetype/ttfautohint-1.7.tar.gz
+ source = https://download.savannah.gnu.org/releases/freetype/ttfautohint-1.7.tar.gz.sig
+ sha256sums = 3db94821e4edb3900b6533733d06731eb667f1e9c144bb70d1339de7ef4007f2
sha256sums = SKIP
pkgname = ttfautohint
diff --git a/PKGBUILD b/PKGBUILD
index 5abb3e76e045..9e739b78f152 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Arthur Titeica <arthur dot titeica at gmail dot com>
pkgname=ttfautohint
-pkgver=1.6
-pkgrel=2
+pkgver=1.7
+pkgrel=1
pkgdesc="Provides automated hinting process for web fonts."
arch=('i686' 'x86_64')
url="http://www.freetype.org/ttfautohint/"
license=('GPL' 'custom')
-depends=('freetype2' 'qt5-base')
+depends=('freetype2' 'qt5-base' 'noto-fonts' 'noto-fonts-alpha')
optdepends=('texlive-bin: generate docs'
'pandoc: generate docs'
'ghc: pandoc filter')
source=(https://download.savannah.gnu.org/releases/freetype/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('e41013f710c306538ff5b2f1b4d9a5b24bda031fb73fabcaf02a21b8edd71be5'
+sha256sums=('3db94821e4edb3900b6533733d06731eb667f1e9c144bb70d1339de7ef4007f2'
'SKIP')
validpgpkeys=('58E0C111E39F5408C5D3EC76C1A60EACE707FDA5')
@@ -23,6 +23,7 @@ build() {
export MOC='/usr/bin/moc'
export UIC='/usr/bin/uic'
export RCC='/usr/bin/rcc'
+ export TTFONTS='/usr/share/fonts/noto'
./configure --prefix=/usr --with-qt=/usr/lib/qt
make
}