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

versionbump to 4.6.1 DAMN YOU opencpn for not having working release

anouncements
This commit is contained in:
MrElendig 2017-05-25 16:22:41 +02:00
parent 15dc781c38
commit a01b588eda
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.0
pkgver = 4.6.1
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.0.tar.gz
sha1sums = e1b7a9063670ac22fe33aee36fa2eb7ba51f7982
source = https://github.com/OpenCPN/OpenCPN/archive/v4.6.1.tar.gz
sha1sums = 88927f98a88a6459e2d5c3291288b98e1d88302b
pkgname = opencpn

View File

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