Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Pirogov
aports
Commits
d661db44
Commit
d661db44
authored
6 years ago
by
Tiago Ilieve
Committed by
Andy Postnikov
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/postgis: upgrade to 2.5.0
- Change URL to HTTPS. - Explicitly disable 'check' step. - Remove unneeded 'chmod'.
parent
ef3a9e1c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/postgis/APKBUILD
+4
-5
4 additions, 5 deletions
testing/postgis/APKBUILD
with
4 additions
and
5 deletions
testing/postgis/APKBUILD
+
4
−
5
View file @
d661db44
# Contributor: Bjoern Schilberg <bjoern@intevation.de>
# Maintainer: Bjoern Schilberg <bjoern@intevation.de>
pkgname
=
postgis
pkgver
=
2.
4.4
pkgver
=
2.
5.0
pkgrel
=
0
pkgdesc
=
"PostGIS is a spatial database extender for PostgreSQL object-relational database."
url
=
"http://postgis.net"
url
=
"http
s
://postgis.net
/
"
# geos test fails on other archs
arch
=
"x86 x86_64"
license
=
"GPL-2.0-or-later"
...
...
@@ -13,7 +13,7 @@ makedepends="postgresql-dev geos-dev gdal-dev libxml2-dev proj4-dev perl-dev
json-c-dev pcre-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"http://download.osgeo.org/postgis/source/
$pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkg
ver
"
options
=
"!check"
# tests depends on a running PostgreSQL ser
ver
build
()
{
cd
"
$builddir
"
...
...
@@ -33,7 +33,6 @@ package() {
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
chmod
-x
"
$pkgdir
"
/usr/include/
*
.h
}
sha512sums
=
"
3cb38ee24dad72a66677c
b2
1
0a
d5f07b0a97411664ede582a5cdbc0ca2d72573db4e9121b6af2eab9cdee6a41122c3f5c59e618df4ee028a3cae7ee35d8670f2
postgis-2.
4.4
.tar.gz"
sha512sums
=
"
1ba638dae9fb167e59fc5590b57277cf62b4ce
b2
7
0a
77026cfca3977f6727ef27acbc5505007335652480f5157e1d6c76f782553cc294ab1e5159347dd3c8934
postgis-2.
5.0
.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment