Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / shapelib
Commits: 3501926c by Antonio Rojas at 2024-05-06T19:46:49+02:00 upgpkg: 1.6.0-1: Update to 1.6.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,12 @@ +pkgbase = shapelib + pkgdesc = Simple C API for reading and writing ESRI Shapefiles + pkgver = 1.6.0 + pkgrel = 1 + url = http://shapelib.maptools.org/ + arch = x86_64 + license = LGPL + depends = gcc-libs + source = https://download.osgeo.org/shapelib/shapelib-1.6.0.tar.gz + sha256sums = 19528b24377241705637320c367943031ad5088665d1fb0e1eaa52a71264a6c4 + +pkgname = shapelib ===================================== PKGBUILD ===================================== @@ -3,15 +3,15 @@ # Contributor: Bob Finch <w...@arrl.net> pkgname=shapelib -pkgver=1.5.0 -pkgrel=3 +pkgver=1.6.0 +pkgrel=1 pkgdesc='Simple C API for reading and writing ESRI Shapefiles' arch=('x86_64') url='http://shapelib.maptools.org/' license=('LGPL') depends=('gcc-libs') source=(https://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('1fc0a480982caef9e7b9423070b47750ba34cd0ba82668f2e638fab1d07adae1') +sha256sums=('19528b24377241705637320c367943031ad5088665d1fb0e1eaa52a71264a6c4') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/shapelib/-/commit/3501926c88ad1466d04d43fb8c3c4a6134b1a78e -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/shapelib/-/commit/3501926c88ad1466d04d43fb8c3c4a6134b1a78e You're receiving this email because of your account on gitlab.archlinux.org.