summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'