summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b5afa31b37a..bcb993fac5bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"