summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshH1002019-11-13 12:22:47 -0700
committerJoshH1002019-11-13 12:22:47 -0700
commitbc71c1967b18aeac9b4d06f3b7b6bc8df01fcd23 (patch)
treea05978be6a6204b1bf925faebca2cade84bc6cfe
parentd00efb7e69da0c2a68bed7ba8ff9269cdfc2247f (diff)
downloadaur-bc71c1967b18aeac9b4d06f3b7b6bc8df01fcd23.tar.gz
fixed depend. typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b29cfe5e7936..6106e17b38ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = madagascar
depends = libtirpc
depends = ffmpeg
depends = libxaw
- depends = cario
+ depends = cairo
depends = fftw
depends = netpbm
depends = gd
diff --git a/PKGBUILD b/PKGBUILD
index 32ee4bfbfd6f..945be17fc14b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Automatic Rule-Based Time Tracker"
url=http://ahay.org/
license=('GPL2')
arch=('i686' 'x86_64')
-depends=('libtirpc' 'ffmpeg' 'libxaw' 'cario' 'fftw' 'netpbm' 'gd'
+depends=('libtirpc' 'ffmpeg' 'libxaw' 'cairo' 'fftw' 'netpbm' 'gd'
'openmpi' 'glu' 'freeglut' 'suitesparse' 'python')
makedepends=('scons' 'libtirpc' 'libtirpc-compat')
options=('strip')