Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
libgeotiff


Commits:
79bd3a09 by Antonio Rojas at 2024-05-25T09:51:10+02:00
upgpkg: 1.7.3-1: Update to 1.7.3

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,16 @@
+pkgbase = libgeotiff
+       pkgdesc = A TIFF based interchange format for georeferenced raster 
imagery
+       pkgver = 1.7.3
+       pkgrel = 1
+       url = https://github.com/OSGeo/libgeotiff
+       changelog = libgeotiff.changelog
+       arch = x86_64
+       license = custom
+       depends = libtiff
+       depends = proj
+       depends = libjpeg-turbo
+       depends = zlib
+       source = 
https://github.com/OSGeo/libgeotiff/releases/download/1.7.3/libgeotiff-1.7.3.tar.gz
+       sha256sums = 
ba23a3a35980ed3de916e125c739251f8e3266be07540200125a307d7cf5a704
+
+pkgname = libgeotiff


=====================================
PKGBUILD
=====================================
@@ -5,28 +5,20 @@
 # Contributor: William Rea <sillywi...@gmail.com>
 
 pkgname=libgeotiff
-pkgver=1.7.1
-pkgrel=2
+pkgver=1.7.3
+pkgrel=1
 pkgdesc="A TIFF based interchange format for georeferenced raster imagery"
 arch=(x86_64)
 url="https://github.com/OSGeo/libgeotiff";
 license=(custom)
 depends=(libtiff proj libjpeg-turbo zlib)
 changelog=$pkgname.changelog
-source=(https://github.com/OSGeo/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz
-        
$pkgname-proj-9.1.1-part1.patch::https://github.com/OSGeo/libgeotiff/commit/f4b2b195c2d1.patch
-        
$pkgname-proj-9.1.1-part2.patch::https://github.com/OSGeo/libgeotiff/commit/468e2a178fa2.patch)
-sha256sums=('05ab1347aaa471fc97347d8d4269ff0c00f30fa666d956baba37948ec87e55d6'
-            'afa402635f5efb73c4e0773e1e091a34104c405f452f8cf7d69ce188079ca9c6'
-            'bac7e47e6f0a8793ebf19fcfd5791d75e772e5e656100374e4e8e70e75990b70')
+source=(https://github.com/OSGeo/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('ba23a3a35980ed3de916e125c739251f8e3266be07540200125a307d7cf5a704')
 
 prepare() {
   cd $pkgname-$pkgver
   autoreconf -vfi
-
-  # https://github.com/OSGeo/libgeotiff/issues/81
-  patch -Np2 -i ../$pkgname-proj-9.1.1-part1.patch
-  patch -Np2 -i ../$pkgname-proj-9.1.1-part2.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgeotiff/-/commit/79bd3a0984192d1949911646a96c00a947609233

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgeotiff/-/commit/79bd3a0984192d1949911646a96c00a947609233
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to