diff options
Diffstat (limited to 'community/fityk/PKGBUILD')
-rw-r--r-- | community/fityk/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/fityk/PKGBUILD b/community/fityk/PKGBUILD index ffd72b248..9c95247c7 100644 --- a/community/fityk/PKGBUILD +++ b/community/fityk/PKGBUILD @@ -4,12 +4,12 @@ pkgname=fityk pkgver=1.1.1 -pkgrel=3 +pkgrel=4 pkgdesc='A program for nonlinear fitting of analytical functions to data.' arch=('i686' 'x86_64') url='http://www.unipress.waw.pl/fityk/' license=('GPL') -depends=('xylib' 'shared-mime-info' 'lua' 'gnuplot') # wxgtk supplied by statically linked wxWidgets +depends=('xylib' 'shared-mime-info' 'lua' 'gnuplot' 'desktop-file-utils') # wxgtk supplied by statically linked wxWidgets makedepends=('boost' 'git' 'python-sphinx' 'swig' 'subversion') options=('!libtool') install='fityk.install' |