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

rm unused comment

This commit is contained in:
trougnouf 2020-08-16 22:08:17 +02:00
parent 4b10dba786
commit c6dff3a88e
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = opencpn
pkgdesc = Open Source Chart Plotting / Marine Navigation
pkgver = 5.2.0
pkgrel = 1
pkgrel = 2
url = http://opencpn.org
install = opencpn.install
arch = x86_64

View File

@ -7,7 +7,7 @@
pkgname=opencpn
_name="OpenCPN"
pkgver=5.2.0
pkgrel=1
pkgrel=2
pkgdesc="Open Source Chart Plotting / Marine Navigation"
arch=('x86_64')
license=("GPL2")
@ -15,7 +15,7 @@ depends=('wxgtk3' 'gpsd' 'portaudio' 'tinyxml' 'hicolor-icon-theme' 'webkit2gtk'
makedepends=('cmake')
url="http://opencpn.org"
install=opencpn.install
source=("https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz") # "wxWidgets.patch")
source=("https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz")
sha1sums=('352037909fde8a7195f740ed6a0f8d1eff8e9e78')
build() {