summaryrefslogtreecommitdiff
path: root/community/fityk
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-20 23:12:48 +0000
committerroot <root@rshg047.dnsready.net>2011-07-20 23:12:48 +0000
commit34b339c5913a55cb5bac8a502696fcd3f54aac0f (patch)
tree9713cc16d431b99b598b3d019281b713ab07420a /community/fityk
parent3da6b13f1eb136d0899bd2e8dd217048bb4d9030 (diff)
Wed Jul 20 23:12:48 UTC 2011
Diffstat (limited to 'community/fityk')
-rw-r--r--community/fityk/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/fityk/PKGBUILD b/community/fityk/PKGBUILD
index 14552b927..dff9a66b3 100644
--- a/community/fityk/PKGBUILD
+++ b/community/fityk/PKGBUILD
@@ -3,18 +3,18 @@
# Contributor: Cuneyt Unlu <unlucu AT gmail.com>
pkgname=fityk
-pkgver=1.0.2
+pkgver=1.1.0
pkgrel=1
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=('boost-libs' 'xylib' 'wxgtk' 'shared-mime-info')
-makedepends=('boost' 'git' 'python-sphinx')
+depends=('xylib' 'shared-mime-info' 'lua' 'gnuplot') # wxgtk supplied by statically linked wxWidgets
+makedepends=('boost' 'git' 'python-sphinx' 'swig')
options=('!libtool')
-install=${pkgname}.install
+install='fityk.install'
source=('http://biolpc22.york.ac.uk/pub/Daily_HEAD/wxWidgets.tar.gz') # daily snapshot because fityk requires a version that hasn't been released yet...
-md5sums=('71a465a1d60c33c33b644d15ba23f30b')
+md5sums=('c1dc712e43a84bf0ff4bee839eb00e88')
build() {
cd wxWidgets