summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2017-01-09 00:07:20 +0200
committerDet2017-01-09 00:07:20 +0200
commit23eee497cabd7f24f5a90dbb65e3038d9f9856cf (patch)
treec860c3169ceba82403898f615792ee7f7c2aef7b
parenta5c742dfb8efef4240cf8625261b9e6511d5c5cd (diff)
downloadaur-23eee497cabd7f24f5a90dbb65e3038d9f9856cf.tar.gz
2.11.94-2:
-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")