summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a97d8d7e2f68..c5d13887f2fc 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Contributor: ilikenwf/Matt Parnell <parwok@gmail.com>
+# Contributor: Popolon <popolon@popolon.org>
# Maintainer: ilikenwf/Matt Parnell <parwok@gmail.com>
pkgname=openoffice-uglyfix-freetype2
-pkgver=2.7
+pkgver=2.10.2
pkgrel=1
pkgdesc="Compiles freetype2 .so files and puts them in the openoffice/libreoffice directory to fix font ugliness"
arch=(i686 x86_64)
@@ -10,10 +10,11 @@ license=('GPL')
url="http://freetype.sourceforge.net"
depends=('zlib' 'libreoffice')
options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
+# -source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
+source=(https://downloads.sourceforge.net/sourceforge/freetype/freetype2/${pkgver}/freetype-${pkgver}.tar.xz
openoffice.patch)
-md5sums=('be4601619827b7935e1d861745923a68'
- '1f909d5c71b810c68a50dea33995a713')
+md5sums=('7c0d5a39f232d7eb9f9d7da76bf08074'
+ '1670a80091ed66f381d415a7b6ea17d1')
prepare()
{