git » gegl.git » commit 68614c2

optdep typo

author Jan Alexander Steffens
2015-09-10 15:36:30 UTC
committer Jan Alexander Steffens
2015-09-10 15:36:30 UTC
parent 72868004b774fe71c6bd2701e75d73516a58cf04

optdep typo

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 9da87f8..e6d8345 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=gegl
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Graph based image processing framework"
 arch=('i686' 'x86_64')
 url="http://www.gegl.org/"
@@ -12,7 +12,7 @@ makedepends=('intltool' 'ruby' 'lua' 'libopenraw' 'openexr' 'mesa' 'glu' 'ffmpeg
 optdepends=('libopenraw: openraw plugin'
             'openexr: openexr plugin'
             'ffmpeg: ffmpeg plugin'
-            'suitessparse: matting-levin plugin'
+            'suitesparse: matting-levin plugin'
             'librsvg: svg plugin'
             'jasper: jasper plugin')
 source=(http://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)