summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e0eecade827..bad238fda310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ pkgname=g2clib
pkgver=1.7.0
pkgrel=1
pkgdesc="GRIB2 encoder/decoder (C version)"
-url="http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2"
+url="https://github.com/NOAA-EMC/NCEPLIBS-g2c"
license=("LGPL3")
arch=('i686' 'x86_64')
provides=(g2clib)
-depends=(jasper libpng)
+depends=(cmake jasper libpng)
options=('staticlibs')
-source=(https://github.com/NOAA-EMC/NCEPLIBS-g2c/archive/refs/tags/v${pkgver}.tar.gz)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/NOAA-EMC/NCEPLIBS-g2c/archive/refs/tags/v${pkgver}.tar.gz")
md5sums=('8bfdce4e3494d6502b14d6abd599e8d8')
build() {