summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvit012021-02-10 07:34:52 +0800
committervit012021-02-10 07:34:52 +0800
commit85e0f6aab2cdb673d2138501319920d2d08215f2 (patch)
tree70c3afa5f554a5d99465af7ff8174afad6c5f833
parent4ff4b733f84c0c7eb15f22307ddf05b9c0566503 (diff)
downloadaur-gnudatalanguage-gdlkernel.tar.gz
update wxgtk
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c601665781f8..0bd45f7caa1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnudatalanguage-gdlkernel
pkgdesc = An IDL (Interactive Data Language) compatible compiler (prepared for gdl_kernel)
pkgver = 1.0.0_rc.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/gnudatalanguage/gdl
arch = i686
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = gnudatalanguage-gdlkernel
depends = hdf5
depends = netcdf
depends = netcdf-cxx
- depends = wxgtk
+ depends = wxgtk2
depends = fftw
depends = pslib
depends = eccodes-git
diff --git a/PKGBUILD b/PKGBUILD
index 62f69ac47e42..90a88af63ed3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=gnudatalanguage-gdlkernel
pkgver=1.0.0_rc.3
-pkgrel=2
+pkgrel=3
pkgdesc="An IDL (Interactive Data Language) compatible compiler (prepared for gdl_kernel)"
arch=('i686' 'x86_64')
url="https://github.com/gnudatalanguage/gdl"
@@ -24,7 +24,7 @@ depends=('python'
'hdf5'
'netcdf'
'netcdf-cxx'
- 'wxgtk'
+ 'wxgtk2'
'fftw'
'pslib'
'eccodes-git'