summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2021-03-20 03:01:18 +0700
committerBuildTools2021-03-20 03:01:18 +0700
commitd7919caecefe7bfccf1a9061853fea37614324ee (patch)
tree1909c51bfb7d7417fe249da3f426c99519f66846
parentf00a43b06cbcd19160214325063b2f64f3205493 (diff)
downloadaur-d7919caecefe7bfccf1a9061853fea37614324ee.tar.gz
Returned pygtk to dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8814a8c7b2f..12b04235b0be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gwyddion
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
pkgver = 2.58
- pkgrel = 1
+ pkgrel = 2
url = http://gwyddion.net/
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = gwyddion
makedepends = pkgconf
depends = gtkglext
depends = fftw
+ depends = pygtk
depends = minizip
optdepends = libxml2: import of SPML and APE DAX data files
optdepends = zlib: import of SPML data files and import of gzip-compressed data from other file formats (Createc, NRRD, RHK SM4 PRM metadata)
@@ -22,6 +23,7 @@ pkgbase = gwyddion
optdepends = libzip: import of APE DAX, NanoObserver, NanoScanTech, OpenGPS and Sensofar PLUX data files
optdepends = cfitsio: import of Flexible Image Transport System (FITS) files
optdepends = openexr: import and export of OpenEXR HDR images
+ optdepends = hdf5: import of Ergo data files
source = http://downloads.sourceforge.net/sourceforge/gwyddion/gwyddion-2.58.tar.xz
sha256sums = d31367cd892e5b79c4b0eda8fb458403e67bd575a8aba1585e6df8d8e58ef52c
diff --git a/PKGBUILD b/PKGBUILD
index ed670147ae1b..283dc4401423 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=gwyddion
pkgver=2.58
-pkgrel=1
+pkgrel=2
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/"
license=("GPL")
arch=('i686' 'x86_64')
-depends=(gtkglext fftw minizip)
+depends=(gtkglext fftw pygtk minizip)
makedepends=('pkgconf')
optdepends=('libxml2: import of SPML and APE DAX data files'
'zlib: import of SPML data files and import of gzip-compressed data from other file formats (Createc, NRRD, RHK SM4 PRM metadata)'
@@ -19,7 +19,8 @@ optdepends=('libxml2: import of SPML and APE DAX data files'
'libwebp: WebP format support for the image export'
'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')
+ 'openexr: import and export of OpenEXR HDR images'
+ 'hdf5: import of Ergo data files')
source=(http://downloads.sourceforge.net/sourceforge/gwyddion/$pkgname-$pkgver.tar.xz)
sha256sums=('d31367cd892e5b79c4b0eda8fb458403e67bd575a8aba1585e6df8d8e58ef52c')