mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
gridtracker2: update to 2.250507.0-3
This commit is contained in:
parent
197f75803c
commit
74d5fa531f
2 changed files with 3 additions and 5 deletions
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,16 +2,14 @@
|
|||
|
||||
pkgname=gridtracker2
|
||||
pkgver=2.250507.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
_electronver=35
|
||||
pkgdesc="An Amateur Radio Companion"
|
||||
arch=('any')
|
||||
url="https://gridtracker.org"
|
||||
license=('BSD-3-Clause')
|
||||
makedepends=('npm')
|
||||
depends=('electron35' 'gtk3' 'libxss' 'nss' 'libnotify' 'libappindicator-gtk3' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret')
|
||||
conflicts=('gridtracker2')
|
||||
provides=('gridtracker2')
|
||||
depends=("electron${_electronver}" 'libxss' 'libappindicator-gtk3' 'libxtst' 'at-spi2-core' 'util-linux-libs' 'libsecret')
|
||||
source=("https://gitlab.com/gridtracker.org/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz"
|
||||
"gridtracker2.desktop"
|
||||
"gridtracker2.sh")
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -eu
|
||||
|
||||
export NODE_ENV=production
|
||||
exec electron@_electronver@ /usr/share/gridtracker2/resources/app.asar "$@"
|
||||
exec /usr/bin/electron@_electronver@ /usr/share/gridtracker2/resources/app.asar "$@"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue