summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlireza |S.N|2024-05-17 10:27:53 +0330
committerAlireza |S.N|2024-05-17 10:27:53 +0330
commite605a601eebdaf756ed5073aae05e404612c4938 (patch)
tree580a4f408eb216b15f1ff68e0dbbf64c738ccf8b
parent6aae7abc6d1d6f86888c05b9a0462c03fb32a88e (diff)
downloadaur-gdal-libkml-filegdb.tar.gz
Fix license path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54b7f4d7f315..f0d4aba950d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gdal-libkml-filegdb
pkgdesc = A translator library for raster and vector geospatial data formats (with libkml and filegdb support)
pkgver = 3.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://gdal.org/
changelog = gdal.changelog
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9b162bee5b14..49c4bdc48879 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _pkgbase=gdal
pkgbase=gdal-libkml-filegdb
pkgname=(gdal-libkml-filegdb python-gdal-libkml-filegdb)
pkgver=3.9.0
-pkgrel=1
+pkgrel=2
provides=('gdal')
pkgdesc="A translator library for raster and vector geospatial data formats (with libkml and filegdb support)"
arch=(x86_64)
@@ -107,7 +107,7 @@ package_gdal-libkml-filegdb () {
'libwebp: WebP support')
make -C build DESTDIR="${pkgdir}" install
- install -Dm644 ${_pkgbase}-${pkgver}/LICENSE.TXT -t "${pkgdir}"/usr/share/licenses/$_pkgbase/
+ install -Dm644 ${_pkgbase}-${pkgver}/LICENSE.TXT -t "${pkgdir}"/usr/share/licenses/$pkgbase/
# Move python stuff
mkdir -p {bin,lib}
mv "${pkgdir}"/usr/bin/*py bin