summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Mesa2018-07-03 11:22:26 -0500
committerSamuel Mesa2018-07-03 11:22:26 -0500
commitf89247bdc39aed56400c1fe386ac67c34d2aa9d0 (patch)
tree8fcee5037c0806ce4e647fcdbaac2e6a28b5ec00
parente47f2dd6c8c1da2d2635c88e0145f798abff3bab (diff)
downloadaur-f89247bdc39aed56400c1fe386ac67c34d2aa9d0.tar.gz
Update to version 2.9
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD15
2 files changed, 6 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b803438fe689..51ac60468a63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = osgearth
pkgdesc = A terrain rendering toolkit for OpenSceneGraph
- pkgver = 2.8
+ pkgver = 2.9
pkgrel = 1
url = http://www.osgearth.org
arch = i686
@@ -12,11 +12,8 @@ pkgbase = osgearth
depends = minizip
depends = qt5-base
provides = osgearth
- conflicts = osgearth-qt5
- source = https://github.com/gwaldron/osgearth/archive/osgearth-2.8.tar.gz
- source = fix-suppor_geos36.patch
- md5sums = b3dbb1e386db52587af17c3d9999d3e6
- md5sums = 3d975f10662544231cf36371f8549c6a
+ source = https://github.com/gwaldron/osgearth/archive/osgearth-2.9.tar.gz
+ md5sums = 87d0ce80a9bb5c8b8ce4ae7b5b257c52
pkgname = osgearth
diff --git a/PKGBUILD b/PKGBUILD
index b4154b7c757a..46877cdea73f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: A. Weiss <adam [at] archlinux.us>
pkgname=osgearth
-pkgver=2.8
+pkgver=2.9
pkgrel=1
pkgdesc="A terrain rendering toolkit for OpenSceneGraph"
arch=('i686' 'x86_64')
@@ -12,16 +12,8 @@ license=('LGPL')
depends=('openscenegraph' 'gdal' 'minizip' 'qt5-base')
makedepends=('cmake')
provides=('osgearth')
-conflicts=('osgearth-qt5')
-source=("https://github.com/gwaldron/osgearth/archive/${pkgname}-${pkgver}.tar.gz" "fix-suppor_geos36.patch")
-md5sums=('b3dbb1e386db52587af17c3d9999d3e6'
- '3d975f10662544231cf36371f8549c6a')
-
-prepare() {
- cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
-
- patch -Np1 -i ${srcdir}/fix-suppor_geos36.patch
-}
+source=("https://github.com/gwaldron/osgearth/archive/${pkgname}-${pkgver}.tar.gz")
+md5sums=('87d0ce80a9bb5c8b8ce4ae7b5b257c52')
build() {
cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
@@ -37,7 +29,6 @@ build() {
cmake \
-DLIB_POSTFIX= \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DOSGEARTH_USE_QT=/usr \
..
make -j3