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 fb0c353ebfea..6ff88456efab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = copasi-bin
arch = x86_64
license = Artistic 2.0
depends = shared-mime-info
- depends = fontconfig
+ depends = freetype2
noextract = copasi-bin-4.30.240.tar.gz
source = copasi-desktop.tar.gz
sha256sums = 9576e4a9b2c7e74c91d0e1c0b39fcb20531e8fb4f21c5e8ac95b048609702923
diff --git a/PKGBUILD b/PKGBUILD
index be0e1f910839..219f5106839a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="COmplex PAthway SImulator for analysis of biochemical networks and thei
arch=('i686' 'x86_64')
url="http://www.copasi.org/"
license=('Artistic 2.0')
-depends=('shared-mime-info' 'fontconfig')
+depends=('shared-mime-info' 'freetype2')
source=('copasi-desktop.tar.gz')
install=copasi.install
noextract=($pkgname-$pkgver.tar.gz)