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

Update to 4.8.6

This commit is contained in:
MrElendig 2018-10-28 10:10:19 +01:00
parent 5eea1e12d7
commit 414c3f14a8
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = opencpn
pkgdesc = Open Source Chart Plotting / Marine Navigation
pkgver = 4.8.4
pkgver = 4.8.6
pkgrel = 1
url = http://opencpn.org
install = opencpn.install
@ -12,8 +12,8 @@ pkgbase = opencpn
depends = portaudio
depends = tinyxml
depends = hicolor-icon-theme
source = https://github.com/OpenCPN/OpenCPN/archive/v4.8.4.tar.gz
sha1sums = d9d1f37403b810c41ce06d2c0acebaa0bdb060f4
source = https://github.com/OpenCPN/OpenCPN/archive/v4.8.6.tar.gz
sha1sums = 777ad7e942354313210b05b925ad17b9cb09f54f
pkgname = opencpn

View File

@ -9,7 +9,7 @@
# ---------------------------------------------------------------
pkgname=opencpn
pkgver=4.8.4
pkgver=4.8.6
pkgrel=1
pkgdesc="Open Source Chart Plotting / Marine Navigation"
arch=('x86_64')
@ -18,8 +18,8 @@ depends=('wxgtk3' 'gpsd' 'portaudio' 'tinyxml' 'hicolor-icon-theme')
makedepends=('cmake')
url="http://opencpn.org"
install=opencpn.install
source=("https://github.com/OpenCPN/OpenCPN/archive/v4.8.4.tar.gz")
sha1sums=('d9d1f37403b810c41ce06d2c0acebaa0bdb060f4')
source=("https://github.com/OpenCPN/OpenCPN/archive/v4.8.6.tar.gz")
sha1sums=('777ad7e942354313210b05b925ad17b9cb09f54f')
build() {
cd "OpenCPN-${pkgver}"