summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2022-01-26 01:11:27 +0100
committerroot2022-01-26 01:11:27 +0100
commitda3c55ed1ec77f9d68aef58b3e1796750e5de6d8 (patch)
tree0ce8ee01a4aedf145ecba74b805fd6536c73628f
parent9562b120cf638ef28ac14228b47dce5be283cbd8 (diff)
downloadaur-da3c55ed1ec77f9d68aef58b3e1796750e5de6d8.tar.gz
Had to make the `libproj4` dependency a versioned dependency because otherwise it would have been converted to `proj` after installation.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 867b7952940d..4e69911ca135 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perl-geo-proj4-git
pkgdesc = One location on the globe, in any coordinate system. This package tries to hide the maths and the coordinate system in which the point is represented.
pkgver = 1.10.0.2+r25.20210515.g417cc66
- pkgrel = 1
+ pkgrel = 2
url = https://metacpan.org/pod/Geo::Proj4
arch = arm
arch = i686
@@ -10,7 +10,8 @@ pkgbase = perl-geo-proj4-git
makedepends = git
makedepends = perl-extutils-makemaker
depends = perl
- depends = libproj4
+ depends = libproj4<5
+ depends = libproj4>=4
provides = perl-geo-proj4=1.10.0.2+r25.20210515.g417cc66
conflicts = perl-geo-proj4
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 80b18a003732..66336392e615 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=perl-geo-proj4
pkgname="${_pkgname}-git"
pkgver=1.10.0.2+r25.20210515.g417cc66
-pkgrel=1
+pkgrel=2
pkgdesc='One location on the globe, in any coordinate system. This package tries to hide the maths and the coordinate system in which the point is represented.'
arch=(
'arm'
@@ -16,7 +16,8 @@ license=(
)
depends=(
'perl'
- 'libproj4'
+ 'libproj4<5'
+ 'libproj4>=4'
)
makedepends=(
'git'