summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorP.A. López-Valencia2016-04-11 18:07:47 -0500
committerP.A. López-Valencia2016-04-11 18:07:47 -0500
commit58eab04c045ea9144def6558d1314380a2982c24 (patch)
tree1be52e273fecca0fb4d4c12e9e893d123299e62b
parentb22fba7d72c000fa918f836da2686c36e236b500 (diff)
downloadaur-58eab04c045ea9144def6558d1314380a2982c24.tar.gz
2.6.3-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47b9e43c24ca..9619fa46eff7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libreoffice-uglyfix-freetype2
pkgdesc = Installs freetype2 .so files in the LibreOffice directory to fix font ugliness
- pkgver = 2.6.1
+ pkgver = 2.6.3
pkgrel = 1
url = http://freetype.sourceforge.net
arch = i686
@@ -8,19 +8,19 @@ pkgbase = libreoffice-uglyfix-freetype2
license = GPL
depends = zlib
depends = bzip2
- depends = sh
depends = libpng
depends = harfbuzz
depends = libreoffice
options = !docs
- source = http://download.savannah.gnu.org/releases/freetype/freetype-2.6.1.tar.bz2
- source = http://download.savannah.gnu.org/releases/freetype/freetype-2.6.1.tar.bz2.sig
+ source = http://download.savannah.gnu.org/releases/freetype/freetype-2.6.3.tar.bz2
+ source = http://download.savannah.gnu.org/releases/freetype/freetype-2.6.3.tar.bz2.sig
source = libreoffice-uglyfix-noautohint.patch
source = 0001-Enable-table-validation-modules.patch
source = 0002-Enable-subpixel-rendering.patch
source = 0003-Enable-subpixel-hinting.patch
source = 0004-Mask-subpixel-hinting-with-an-env-var.patch
- sha256sums = 2f6e9a7de3ae8e85bdd2fe237e27d868d3ba7a27495e65906455c27722dd1a17
+ validpgpkeys = 58E0C111E39F5408C5D3EC76C1A60EACE707FDA5
+ sha256sums = 371e707aa522acf5b15ce93f11183c725b8ed1ee8546d7b3af549863045863a2
sha256sums = SKIP
sha256sums = 65915726ba3adfc5903ddd6b706ce91751994e7635ea6111e33e5939c674496b
sha256sums = 9de28c1156c0a5edff1b3860ad44f4cc2494fc5663bd40c3914fdd64e8ee0724
diff --git a/PKGBUILD b/PKGBUILD
index 02559c1867c6..6bb6f43c7730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Arch extra repository, for obvious reasons.
pkgname=libreoffice-uglyfix-freetype2
-pkgver=2.6.1
+pkgver=2.6.3
pkgrel=1
pkgdesc="Installs freetype2 .so files in the LibreOffice directory to fix font ugliness"
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ license=('GPL')
url="http://freetype.sourceforge.net"
# adding harfbuzz for improved OpenType features auto-hinting
# introduces a cycle dep to harfbuzz depending on freetype wanted by upstream
-depends=('zlib' 'bzip2' 'sh' 'libpng' 'harfbuzz' 'libreoffice')
+depends=('zlib' 'bzip2' 'libpng' 'harfbuzz' 'libreoffice')
options=(!docs)
source=(
http://download.savannah.gnu.org/releases/freetype/freetype-${pkgver}.tar.bz2{,.sig}
@@ -21,7 +21,7 @@ source=(
0002-Enable-subpixel-rendering.patch
0003-Enable-subpixel-hinting.patch
0004-Mask-subpixel-hinting-with-an-env-var.patch)
-sha256sums=('2f6e9a7de3ae8e85bdd2fe237e27d868d3ba7a27495e65906455c27722dd1a17'
+sha256sums=('371e707aa522acf5b15ce93f11183c725b8ed1ee8546d7b3af549863045863a2'
'SKIP'
'65915726ba3adfc5903ddd6b706ce91751994e7635ea6111e33e5939c674496b'
'9de28c1156c0a5edff1b3860ad44f4cc2494fc5663bd40c3914fdd64e8ee0724'