summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b68dac272942..cbd23bad0ca1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = fontconfig-ubuntu
makedepends = python2
makedepends = docbook2x
depends = expat
- depends = freetype2-ubuntu
+ depends = freetype2
provides = fontconfig=2.11.94
conflicts = fontconfig
options = !libtool
diff --git a/PKGBUILD b/PKGBUILD
index e62d2fc1b133..0957475b3e24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Library for configuring and customizing font access - with Ubuntu's pat
arch=('i686' 'x86_64')
url="https://launchpad.net/ubuntu/+source/fontconfig"
license=('custom')
-depends=('expat' 'freetype2-ubuntu')
+depends=('expat' 'freetype2')
makedepends=('python2' 'docbook2x')
conflicts=('fontconfig')
provides=("fontconfig=$pkgver")