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

maintenance release

This commit is contained in:
MrElendig 2018-11-07 11:20:33 +01:00
parent 414c3f14a8
commit 3e8ba98c0d
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = opencpn
pkgdesc = Open Source Chart Plotting / Marine Navigation
pkgver = 4.8.6
pkgver = 4.8.8
pkgrel = 1
url = http://opencpn.org
install = opencpn.install

View File

@ -9,7 +9,7 @@
# ---------------------------------------------------------------
pkgname=opencpn
pkgver=4.8.6
pkgver=4.8.8
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.6.tar.gz")
sha1sums=('777ad7e942354313210b05b925ad17b9cb09f54f')
source=("https://github.com/OpenCPN/OpenCPN/archive/v4.8.8.tar.gz")
sha1sums=('faf58e324644856c1649a4dfe5a9e98f8c1d045b')
build() {
cd "OpenCPN-${pkgver}"