summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAustin Cross2023-10-03 22:54:41 -0500
committerAustin Cross2023-10-03 22:54:43 -0500
commit770e0101d40ca925d41bf34561ea1750c3596ae3 (patch)
tree2091a2fa79ad91c25a2b1a8a78085da82d9c56ac /PKGBUILD
parentd66b4b25bc3164b464f29e0c46899a8c81f7401a (diff)
downloadaur-770e0101d40ca925d41bf34561ea1750c3596ae3.tar.gz
Metadata updates
- cmake dependency - Local source tarball filename - Update upstream address
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() {