1
0
mirror of https://github.com/cybuzuma/aur_opencpn.git synced 2025-05-27 21:30:14 -07:00

finally a release with a tag again

This commit is contained in:
Øyvind Heggstad 2018-02-09 22:44:05 +01:00
parent 6d5aacd5aa
commit 715a0854f0
2 changed files with 7 additions and 8 deletions

View File

@ -1,10 +1,9 @@
pkgbase = opencpn
pkgdesc = Open Source Chart Plotting / Marine Navigation
pkgver = 4.8.0
pkgver = 4.8.2
pkgrel = 1
url = http://opencpn.org
install = opencpn.install
arch = i686
arch = x86_64
license = GPL2
makedepends = cmake
@ -13,8 +12,8 @@ pkgbase = opencpn
depends = portaudio
depends = tinyxml
depends = hicolor-icon-theme
source = https://github.com/OpenCPN/OpenCPN/archive/v4.8.0.tar.gz
sha1sums = f94b899729652d2f0e8377bdfc1aa2a9c1cbcdb3
source = https://github.com/OpenCPN/OpenCPN/archive/v4.8.2.tar.gz
sha1sums = b655167f0a0a11c6fb4a78cd670e1fbabd9ad8f9
pkgname = opencpn

View File

@ -9,17 +9,17 @@
# ---------------------------------------------------------------
pkgname=opencpn
pkgver=4.8.0
pkgver=4.8.2
pkgrel=1
pkgdesc="Open Source Chart Plotting / Marine Navigation"
arch=('i686' 'x86_64')
arch=('x86_64')
license=("GPL2")
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.8.0.tar.gz")
sha1sums=('f94b899729652d2f0e8377bdfc1aa2a9c1cbcdb3')
source=("https://github.com/OpenCPN/OpenCPN/archive/v4.8.2.tar.gz")
sha1sums=('b655167f0a0a11c6fb4a78cd670e1fbabd9ad8f9')
build() {
cd "OpenCPN-${pkgver}"