mirror of
https://github.com/cybuzuma/aur_opencpn.git
synced 2025-05-27 21:30:14 -07:00
finally a release with a tag again
This commit is contained in:
parent
6d5aacd5aa
commit
715a0854f0
7
.SRCINFO
7
.SRCINFO
@ -1,10 +1,9 @@
|
||||
pkgbase = opencpn
|
||||
pkgdesc = Open Source Chart Plotting / Marine Navigation
|
||||
pkgver = 4.8.0
|
||||
pkgver = 4.8.2
|
||||
pkgrel = 1
|
||||
url = http://opencpn.org
|
||||
install = opencpn.install
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
makedepends = cmake
|
||||
@ -13,8 +12,8 @@ pkgbase = opencpn
|
||||
depends = portaudio
|
||||
depends = tinyxml
|
||||
depends = hicolor-icon-theme
|
||||
source = https://github.com/OpenCPN/OpenCPN/archive/v4.8.0.tar.gz
|
||||
sha1sums = f94b899729652d2f0e8377bdfc1aa2a9c1cbcdb3
|
||||
source = https://github.com/OpenCPN/OpenCPN/archive/v4.8.2.tar.gz
|
||||
sha1sums = b655167f0a0a11c6fb4a78cd670e1fbabd9ad8f9
|
||||
|
||||
pkgname = opencpn
|
||||
|
||||
|
8
PKGBUILD
8
PKGBUILD
@ -9,17 +9,17 @@
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
pkgname=opencpn
|
||||
pkgver=4.8.0
|
||||
pkgver=4.8.2
|
||||
pkgrel=1
|
||||
pkgdesc="Open Source Chart Plotting / Marine Navigation"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
license=("GPL2")
|
||||
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.8.0.tar.gz")
|
||||
sha1sums=('f94b899729652d2f0e8377bdfc1aa2a9c1cbcdb3')
|
||||
source=("https://github.com/OpenCPN/OpenCPN/archive/v4.8.2.tar.gz")
|
||||
sha1sums=('b655167f0a0a11c6fb4a78cd670e1fbabd9ad8f9')
|
||||
|
||||
build() {
|
||||
cd "OpenCPN-${pkgver}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user