summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Parnell2016-12-01 20:10:27 -0600
committerMatt Parnell2016-12-01 20:10:27 -0600
commitc57c1e723ae3528d86fec68a9bb493671e1ac1d0 (patch)
tree45f7f8422ff3501faa4a54f8d3320dcefb70ae77
parentb2e75fb9b7036b1108dc3602bd24026d072558af (diff)
downloadaur-c57c1e723ae3528d86fec68a9bb493671e1ac1d0.tar.gz
bump
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d72a5e3bdfca..23c4781d3420 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 7 04:33:02 UTC 2016
+# Fri Dec 2 02:10:25 UTC 2016
pkgbase = openoffice-uglyfix-freetype2
pkgdesc = Compiles freetype2 .so files and puts them in the openoffice/libreoffice directory to fix font ugliness
- pkgver = 2.6.3
+ pkgver = 2.7
pkgrel = 1
url = http://freetype.sourceforge.net
arch = i686
@@ -11,9 +11,9 @@ pkgbase = openoffice-uglyfix-freetype2
depends = zlib
depends = libreoffice
options = !libtool
- source = http://downloads.sourceforge.net/sourceforge/freetype/freetype-2.6.3.tar.bz2
+ source = http://downloads.sourceforge.net/sourceforge/freetype/freetype-2.7.tar.bz2
source = openoffice.patch
- md5sums = 0037b25a8c090bc8a1218e867b32beb1
+ md5sums = be4601619827b7935e1d861745923a68
md5sums = 1f909d5c71b810c68a50dea33995a713
pkgname = openoffice-uglyfix-freetype2
diff --git a/PKGBUILD b/PKGBUILD
index 000ab3f7d301..a97d8d7e2f68 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: ilikenwf/Matt Parnell <parwok@gmail.com>
pkgname=openoffice-uglyfix-freetype2
-pkgver=2.6.3
+pkgver=2.7
pkgrel=1
pkgdesc="Compiles freetype2 .so files and puts them in the openoffice/libreoffice directory to fix font ugliness"
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ depends=('zlib' 'libreoffice')
options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
openoffice.patch)
-md5sums=('0037b25a8c090bc8a1218e867b32beb1'
+md5sums=('be4601619827b7935e1d861745923a68'
'1f909d5c71b810c68a50dea33995a713')
prepare()