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

4.8.0 release

This commit is contained in:
MrElendig 2017-09-08 17:27:53 +02:00
parent a01b588eda
commit 6d5aacd5aa
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.6.1
pkgver = 4.8.0
pkgrel = 1
url = http://opencpn.org
install = opencpn.install
@ -13,8 +13,8 @@ pkgbase = opencpn
depends = portaudio
depends = tinyxml
depends = hicolor-icon-theme
source = https://github.com/OpenCPN/OpenCPN/archive/v4.6.1.tar.gz
sha1sums = 88927f98a88a6459e2d5c3291288b98e1d88302b
source = https://github.com/OpenCPN/OpenCPN/archive/v4.8.0.tar.gz
sha1sums = f94b899729652d2f0e8377bdfc1aa2a9c1cbcdb3
pkgname = opencpn

View File

@ -9,7 +9,7 @@
# ---------------------------------------------------------------
pkgname=opencpn
pkgver=4.6.1
pkgver=4.8.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.6.1.tar.gz")
sha1sums=('88927f98a88a6459e2d5c3291288b98e1d88302b')
source=("https://github.com/OpenCPN/OpenCPN/archive/v4.8.0.tar.gz")
sha1sums=('f94b899729652d2f0e8377bdfc1aa2a9c1cbcdb3')
build() {
cd "OpenCPN-${pkgver}"