summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAskhat2019-09-07 11:58:10 +0700
committerAskhat2019-09-07 11:58:10 +0700
commit7391b6f76b666e20e03cda406c18511c40848cf6 (patch)
tree38b0030eec25bd5d06de040b7510c6b9c4ed1d51 /PKGBUILD
parent3f929e3b5b602b41fb49c1b6ffdb4274c8a9905b (diff)
downloadaur-7391b6f76b666e20e03cda406c18511c40848cf6.tar.gz
Updated to 2.54
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 932a18a5d6eb..cdf2734328e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# http://packages.gentoo.org/package/sci-visualization/gwyddion
pkgname=gwyddion
-pkgver=2.53
+pkgver=2.54
pkgrel=1
pkgdesc="A data visualization and processing tool for scanning probe miscroscopy (SPM, i.e. AFM, STM, MFM, SNOM/NSOM, ...) and profilometry, useful also for general image and 2D data analysis"
url="http://gwyddion.net/"
@@ -22,16 +22,12 @@ optdepends=('libxml2: import of SPML and APE DAX data files'
'libzip: import of APE DAX, NanoObserver, NanoScanTech, OpenGPS and Sensofar PLUX data files'
'cfitsio: import of Flexible Image Transport System (FITS) files'
'openexr: import and export of OpenEXR HDR images')
-source=(http://downloads.sourceforge.net/sourceforge/gwyddion/$pkgname-$pkgver.tar.xz \
- http://gwyddion.net/download/2.53/gwyddion-2.53-gcc9-openmp-shared-const.patch)
-sha256sums=('bc7fdea79b180a5c3f4ac18abea103e72ee99eb4d77d7d7f66ee8b72a68b8b80'
- 'aa5ad7c9557aafbeebc1f0e323bd58aa7746ba008d311740f490763821d993b7')
+source=(http://downloads.sourceforge.net/sourceforge/gwyddion/$pkgname-$pkgver.tar.xz)
+sha256sums=('3713e7f25bfab2e210a89accdfb40e199f2a5d908ee29796afcc8c4c1e9b5ecb')
prepare() {
cd $pkgname-$pkgver
- patch -Np1 -i "${srcdir}/gwyddion-2.53-gcc9-openmp-shared-const.patch"
-
# python2 fix
for file in $(find . -name '*.py' -print); do
sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file