Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
shapelib


Commits:
d0b0fc5e by Jaroslav Lichtblau at 2026-07-11T15:12:34+02:00
upgpkg: 1.6.3-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,12 @@
 pkgbase = shapelib
        pkgdesc = Simple C API for reading and writing ESRI Shapefiles
-       pkgver = 1.6.2
+       pkgver = 1.6.3
        pkgrel = 1
        url = http://shapelib.maptools.org/
        arch = x86_64
-       license = LGPL
+       license = LGPL-2.0-only
        depends = libstdc++
-       source = https://download.osgeo.org/shapelib/shapelib-1.6.2.tar.gz
-       source = https://github.com/OSGeo/shapelib/commit/bf455986.patch
-       sha256sums = 
4b74a36ced94e9a7bea401157e664addcc5be251e7df7f88d4674361da012c21
-       sha256sums = 
bbb06459385e2df8834c3667b2c0541b6d08c52d31bc944453a6ff9988b13616
+       source = https://download.osgeo.org/shapelib/shapelib-1.6.3.tar.gz
+       sha256sums = 
3ff5ead18ca6d2fe249f0e80b361e1ad6782165115268ed4a58c780a60c1e0eb
 
 pkgname = shapelib


=====================================
PKGBUILD
=====================================
@@ -3,24 +3,17 @@
 # Contributor: Bob Finch <[email protected]>
 
 pkgname=shapelib
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc='Simple C API for reading and writing ESRI Shapefiles'
 arch=('x86_64')
 url='http://shapelib.maptools.org/'
-license=('LGPL')
+license=('LGPL-2.0-only')
 depends=(
   'libstdc++'
 )
-source=(https://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.gz
-        https://github.com/OSGeo/shapelib/commit/bf455986.patch)
-sha256sums=('4b74a36ced94e9a7bea401157e664addcc5be251e7df7f88d4674361da012c21'
-            'bbb06459385e2df8834c3667b2c0541b6d08c52d31bc944453a6ff9988b13616')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../bf455986.patch # Fix build with GCC 15
-}
+source=(https://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('3ff5ead18ca6d2fe249f0e80b361e1ad6782165115268ed4a58c780a60c1e0eb')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/shapelib/-/commit/d0b0fc5e7d1565eb5119bd9b22472ea3c1d4cf04

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/shapelib/-/commit/d0b0fc5e7d1565eb5119bd9b22472ea3c1d4cf04
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to