summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kohnert2021-11-16 00:32:28 +0100
committerJan Kohnert2021-11-16 00:32:28 +0100
commit00d7c43c360727a318f9f4f54f50d8cc5476eeba (patch)
tree0630b39e3f10573cfa36df55da0e1f598c24d3a9
parent7cfba443849ecefb61fc70e82b0657a39563efa8 (diff)
downloadaur-00d7c43c360727a318f9f4f54f50d8cc5476eeba.tar.gz
Changed upstream url; added cuda to optdepends.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d7fc659542a..2f544bdec7f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gnudatalanguage
pkgdesc = An IDL (Interactive Data Language) compatible incremental compiler (ie. runs IDL programs)
pkgver = 1.0.1
- pkgrel = 1
- url = https://github.com/gnudatalanguage/gdl
+ pkgrel = 2
+ url = https://gnudatalanguage.github.io/
arch = i686
arch = x86_64
license = GPL
@@ -20,6 +20,7 @@ pkgbase = gnudatalanguage
depends = shapelib
depends = udunits
depends = wxgtk2
+ optdepends = cuda
source = gnudatalanguage-1.0.1.tar.gz::https://github.com/gnudatalanguage/gdl/archive/v1.0.1.tar.gz
source = gdl.profile
sha512sums = 9d15f114d26d03c34dce6177a5d5115e81c128ec21752c01d171f8427e6cb21b9d0b69a44e29891b5e8fc2bd4d0b89d1a8dcd189f362a13c6e59182528b5842d
diff --git a/PKGBUILD b/PKGBUILD
index 59e6c5ac2d5e..2919ac9feda3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,15 @@
pkgname=gnudatalanguage
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="An IDL (Interactive Data Language) compatible incremental compiler (ie. runs IDL programs)"
arch=("i686" "x86_64")
-url="https://github.com/gnudatalanguage/gdl"
+url="https://gnudatalanguage.github.io/"
license=("GPL")
depends=("eccodes" "eigen" "fftw" "glpk" "graphicsmagick" "gsl" "hdf4"
"libgeotiff" "plplot" "python-numpy" "shapelib" "udunits" "wxgtk2")
makedepends=("cmake")
+optdepends=("cuda")
source=("$pkgname-$pkgver.tar.gz::https://github.com/gnudatalanguage/gdl/archive/v${pkgver}.tar.gz"
"gdl.profile")
sha512sums=("9d15f114d26d03c34dce6177a5d5115e81c128ec21752c01d171f8427e6cb21b9d0b69a44e29891b5e8fc2bd4d0b89d1a8dcd189f362a13c6e59182528b5842d"