summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Parnell2015-08-31 18:39:25 -0500
committerMatt Parnell2015-08-31 18:39:25 -0500
commitb82a604dbcbee6aef8235618e6b1203d44917d72 (patch)
tree6c5c754eb4814fe20a4081417db536f01f37560d
parentdd5cc4c210361700a6dd3b1967fddcf59a571a13 (diff)
downloadaur-b82a604dbcbee6aef8235618e6b1203d44917d72.tar.gz
update
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aadc8b9cbf03..5df73fceadbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openoffice-uglyfix-freetype2
pkgdesc = Original Uglyfix, which compiles freetype2 .so files and puts them in the libreoffice directory to fix font ugliness
- pkgver = 2.5.5
+ pkgver = 2.6
pkgrel = 1
url = http://freetype.sourceforge.net
arch = i686
@@ -9,9 +9,9 @@ pkgbase = openoffice-uglyfix-freetype2
depends = zlib
depends = libreoffice
options = !libtool
- source = http://downloads.sourceforge.net/sourceforge/freetype/freetype-2.5.5.tar.bz2
+ source = http://downloads.sourceforge.net/sourceforge/freetype/freetype-2.6.tar.bz2
source = openoffice.patch
- md5sums = 2a7a314927011d5030903179cf183be0
+ md5sums = 5682890cb0267f6671dd3de6eabd3e69
md5sums = 14d44b030ab8de3e865f095930018766
pkgname = openoffice-uglyfix-freetype2
diff --git a/PKGBUILD b/PKGBUILD
index caf9729ab2d1..d8e44299cc0c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: ilikenwf/Matt Parnell <parwok@gmail.com>
pkgname=openoffice-uglyfix-freetype2
-pkgver=2.5.5
+pkgver=2.6
pkgrel=1
pkgdesc="Original Uglyfix, which compiles freetype2 .so files and puts them in the 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=('2a7a314927011d5030903179cf183be0'
+md5sums=('5682890cb0267f6671dd3de6eabd3e69'
'14d44b030ab8de3e865f095930018766')
prepare()