summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Parnell2016-03-06 22:33:04 -0600
committerMatt Parnell2016-03-06 22:33:04 -0600
commitb2e75fb9b7036b1108dc3602bd24026d072558af (patch)
tree8972ea1f76c42a4e67d0f6fdacb1b7d89f497724
parent4d3d682e87f6bcb28b201473b2a8d1732d0575b9 (diff)
downloadaur-b2e75fb9b7036b1108dc3602bd24026d072558af.tar.gz
version bump
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d9214db6edb..d72a5e3bdfca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 30 05:15:58 UTC 2016
+# Mon Mar 7 04:33:02 UTC 2016
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.6.2
+ pkgdesc = Compiles freetype2 .so files and puts them in the openoffice/libreoffice directory to fix font ugliness
+ pkgver = 2.6.3
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.2.tar.bz2
+ source = http://downloads.sourceforge.net/sourceforge/freetype/freetype-2.6.3.tar.bz2
source = openoffice.patch
- md5sums = 86109d0c998787d81ac582bad9adf82e
+ md5sums = 0037b25a8c090bc8a1218e867b32beb1
md5sums = 1f909d5c71b810c68a50dea33995a713
pkgname = openoffice-uglyfix-freetype2
diff --git a/PKGBUILD b/PKGBUILD
index a58c3bc5064c..000ab3f7d301 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: ilikenwf/Matt Parnell <parwok@gmail.com>
pkgname=openoffice-uglyfix-freetype2
-pkgver=2.6.2
+pkgver=2.6.3
pkgrel=1
-pkgdesc="Original Uglyfix, which compiles freetype2 .so files and puts them in the libreoffice directory to fix font ugliness"
+pkgdesc="Compiles freetype2 .so files and puts them in the openoffice/libreoffice directory to fix font ugliness"
arch=(i686 x86_64)
license=('GPL')
url="http://freetype.sourceforge.net"
@@ -12,7 +12,7 @@ depends=('zlib' 'libreoffice')
options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
openoffice.patch)
-md5sums=('86109d0c998787d81ac582bad9adf82e'
+md5sums=('0037b25a8c090bc8a1218e867b32beb1'
'1f909d5c71b810c68a50dea33995a713')
prepare()