summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec24e5a44916..691f154e97b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libreoffice-uglyfix-freetype2
pkgdesc = Installs freetype2 .so files in the LibreOffice directory to fix font ugliness
pkgver = 2.6
- pkgrel = 1
+ pkgrel = 2
url = http://freetype.sourceforge.net
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = libreoffice-uglyfix-freetype2
depends = bzip2
depends = sh
depends = libpng
- depends = libreoffice-common
+ depends = libreoffice
options = !docs
source = http://downloads.sourceforge.net/sourceforge/freetype/freetype-2.6.tar.bz2
source = libreoffice-uglyfix.patch
diff --git a/PKGBUILD b/PKGBUILD
index 51b8f624a1ea..eb924251de0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=libreoffice-uglyfix-freetype2
pkgver=2.6
-pkgrel=1
+pkgrel=2
pkgdesc="Installs freetype2 .so files in the LibreOffice directory to fix font ugliness"
arch=(i686 x86_64)
license=('GPL')
url="http://freetype.sourceforge.net"
-depends=('zlib' 'bzip2' 'sh' 'libpng' 'libreoffice-common')
+depends=('zlib' 'bzip2' 'sh' 'libpng' 'libreoffice')
options=(!docs)
source=(
"http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2"