1
0
mirror of https://github.com/cybuzuma/aur_opencpn.git synced 2025-05-28 09:00:24 -07:00

update to 4.6.0

This commit is contained in:
MrElendig 2017-03-15 19:47:32 +01:00
parent d6cb8a62e6
commit 9e2db4e728
2 changed files with 23 additions and 3 deletions

View File

@ -18,3 +18,23 @@ pkgbase = opencpn
pkgname = opencpn
pkgbase = opencpn
pkgdesc = Open Source Chart Plotting / Marine Navigation
pkgver = 4.6.0
pkgrel = 1
url = http://opencpn.org
install = opencpn.install
arch = i686
arch = x86_64
license = GPL2
makedepends = cmake
depends = wxgtk
depends = gpsd
depends = portaudio
depends = tinyxml
depends = hicolor-icon-theme
source = https://github.com/OpenCPN/OpenCPN/archive/v4.6.0.tar.gz
sha1sums = e1b7a9063670ac22fe33aee36fa2eb7ba51f7982
pkgname = opencpn

View File

@ -9,7 +9,7 @@
# ---------------------------------------------------------------
pkgname=opencpn
pkgver=4.4.0
pkgver=4.6.0
pkgrel=1
pkgdesc="Open Source Chart Plotting / Marine Navigation"
arch=('i686' 'x86_64')
@ -18,8 +18,8 @@ depends=('wxgtk' 'gpsd' 'portaudio' 'tinyxml' 'hicolor-icon-theme')
makedepends=('cmake')
url="http://opencpn.org"
install=opencpn.install
source=("https://github.com/OpenCPN/OpenCPN/archive/v4.4.0.tar.gz")
sha1sums=('27f2b0e71376406217172332ac7bd0fc87e85475')
source=("https://github.com/OpenCPN/OpenCPN/archive/v4.6.0.tar.gz")
sha1sums=('e1b7a9063670ac22fe33aee36fa2eb7ba51f7982')
build() {
cd "OpenCPN-${pkgver}"