summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrougnouf2020-08-16 22:08:17 +0200
committertrougnouf2020-08-16 22:08:17 +0200
commitc6dff3a88e8937ba6c1b5c42e6525f5dd61aac24 (patch)
tree72f5b572855ba37d409a222a76dcc0ce53f38eaf
parent4b10dba7866e8c1551a8bf21d7011ec1b8884f2c (diff)
downloadaur-c6dff3a88e8937ba6c1b5c42e6525f5dd61aac24.tar.gz
rm unused comment
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cd07547b0df..bff254665175 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 4e94055d2efa..e07ba5b42e6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {