diff options
author | root <root@rshg054.dnsready.net> | 2011-11-02 23:14:55 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-02 23:14:55 +0000 |
commit | 6c10ff06abb7ca3a4db4c73624f73aafdd3b2e63 (patch) | |
tree | 71f462606f0e719d1e04bd2232763bfe05a68a29 /community/fityk | |
parent | 9343f37ee7ba1aa98f65272412d331a280890e12 (diff) |
Wed Nov 2 23:14:55 UTC 2011
Diffstat (limited to 'community/fityk')
-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 |