summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrougnouf (Benoit Brummer)2020-08-21 13:06:36 +0200
committertrougnouf (Benoit Brummer)2020-08-21 13:06:36 +0200
commitdc345e4644cfac93f5f76cc450e886354f899d3b (patch)
treeabdc194a077a3ff15b0abb72ff603b904b10f871
parentc6dff3a88e8937ba6c1b5c42e6525f5dd61aac24 (diff)
downloadaur-dc345e4644cfac93f5f76cc450e886354f899d3b.tar.gz
add lsb-release build dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bff254665175..3b1186878cdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = opencpn
pkgdesc = Open Source Chart Plotting / Marine Navigation
pkgver = 5.2.0
- pkgrel = 2
+ pkgrel = 3
url = http://opencpn.org
install = opencpn.install
arch = x86_64
license = GPL2
makedepends = cmake
+ makedepends = lsb-release
depends = wxgtk3
depends = gpsd
depends = portaudio
diff --git a/PKGBUILD b/PKGBUILD
index e07ba5b42e6d..06238903e483 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: trougnouf (Benoit Brummer) <trougnouf at gmail dot com>
+# Co-maintainer: Romain Bazile <gromain.baz@gmail.com>
# Contributor: Bruno Rodriguez (brunorro)
# Contributor: Øyvind 'Mr.Elendig' Heggstad <mrelendig at har-ikkje dot net>
# Contributor: Travis Fickett <tfickett AT ufl DOT edu>
@@ -7,12 +8,12 @@
pkgname=opencpn
_name="OpenCPN"
pkgver=5.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Open Source Chart Plotting / Marine Navigation"
arch=('x86_64')
license=("GPL2")
depends=('wxgtk3' 'gpsd' 'portaudio' 'tinyxml' 'hicolor-icon-theme' 'webkit2gtk')
-makedepends=('cmake')
+makedepends=('cmake' 'lsb-release')
url="http://opencpn.org"
install=opencpn.install
source=("https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz")