diff options
Diffstat (limited to 'community/fityk/PKGBUILD')
-rw-r--r-- | community/fityk/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/fityk/PKGBUILD b/community/fityk/PKGBUILD index fc973936a..14552b927 100644 --- a/community/fityk/PKGBUILD +++ b/community/fityk/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Cuneyt Unlu <unlucu AT gmail.com> pkgname=fityk -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=1 pkgdesc='A program for nonlinear fitting of analytical functions to data.' arch=('i686' 'x86_64') @@ -13,11 +13,11 @@ depends=('boost-libs' 'xylib' 'wxgtk' 'shared-mime-info') makedepends=('boost' 'git' 'python-sphinx') options=('!libtool') install=${pkgname}.install -source=('http://prdownloads.sourceforge.net/wxwindows/wxWidgets-2.9.1.tar.bz2') -md5sums=('81c20d7b2ba31becb18e467dbe09be8f') +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') build() { - cd wxWidgets-2.9.1 + cd wxWidgets ./configure --prefix=${srcdir}/usr --disable-shared --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys make make install @@ -25,7 +25,7 @@ build() { cd ${srcdir} git clone git://github.com/wojdyr/fityk.git cd fityk - ##git checkout v${pkgver} + git checkout v${pkgver} #cd ${pkgname}-${pkgver} # disable xyconvert because wxwidgets>=2.9 is needed (dev version) and it isn't standard with arch yet |