Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / gmt
Commits: bc4b88f5 by Torsten Keßler at 2023-09-03T10:22:57+02:00 upgpkg: 6.4.0-4 Replace eof pcre with pcre2, FS#77246 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,12 +3,12 @@ pkgbase=gmt pkgname=(gmt gmt-doc) pkgver=6.4.0 -pkgrel=3 +pkgrel=4 pkgdesc="Generic Mapping Tools for manipulating and plotting geographic and cartesian data" arch=(x86_64) url="https://www.generic-mapping-tools.org" license=(LGPL) -makedepends=(cmake blas curl ffmpeg fftw gdal geos ghostscript graphicsmagick lapack openmp netcdf pcre zlib) +makedepends=(cmake blas curl ffmpeg fftw gdal geos ghostscript graphicsmagick lapack openmp netcdf pcre2 zlib) source=(https://github.com/GenericMappingTools/gmt/releases/download/${pkgver}/${pkgname}-${pkgver}-src.tar.xz) sha256sums=('b46effe59cf96f50c6ef6b031863310d819e63b2ed1aa873f94d70c619490672') @@ -29,7 +29,7 @@ build() { } package_gmt() { - depends=(blas curl fftw gdal geos lapack openmp netcdf pcre zlib) + depends=(blas curl fftw gdal geos lapack openmp netcdf pcre2 zlib) optdepends=( 'gmt-doc: documentation' 'ffmpeg: generate movies' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gmt/-/commit/bc4b88f587f00df000c260039ad419dc910b8a0d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gmt/-/commit/bc4b88f587f00df000c260039ad419dc910b8a0d You're receiving this email because of your account on gitlab.archlinux.org.
