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 2e919d73e..143d60c29 100644 --- a/community/fityk/PKGBUILD +++ b/community/fityk/PKGBUILD @@ -4,7 +4,7 @@ pkgname=fityk pkgver=1.1.1 -pkgrel=1 +pkgrel=2 pkgdesc='A program for nonlinear fitting of analytical functions to data.' arch=('i686' 'x86_64') url='http://www.unipress.waw.pl/fityk/' @@ -14,7 +14,7 @@ makedepends=('boost' 'git' 'python-sphinx' 'swig') options=('!libtool') 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=('e02d7a4af1201d39e20a864cd15f530f') +md5sums=('99bb0cf3813ee173edc9cbbc026a78ca') build() { cd wxWidgets |