Update to 9.40.1
This commit is contained in:
parent
2cd88b9e39
commit
8b612e9129
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = termius
|
pkgbase = termius
|
||||||
pkgdesc = Desktop SSH Client
|
pkgdesc = Desktop SSH Client
|
||||||
pkgver = 9.36.2
|
pkgver = 9.40.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.termius.com/
|
url = https://www.termius.com/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
@ -22,10 +22,12 @@ pkgbase = termius
|
||||||
depends = util-linux-libs
|
depends = util-linux-libs
|
||||||
depends = xdg-utils
|
depends = xdg-utils
|
||||||
optdepends = libappindicator-gtk3
|
optdepends = libappindicator-gtk3
|
||||||
source = termius-9.36.2.snap::https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_253.snap
|
options = !strip
|
||||||
|
options = !debug
|
||||||
|
source = termius-9.40.1.snap::https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_264.snap
|
||||||
source = termius.desktop
|
source = termius.desktop
|
||||||
source = tos.html
|
source = tos.html
|
||||||
sha512sums = 8ed85b67c8f67a4e1eabb975dd40093dd14949c813b5bd454513fb9de185413c45d8fb86673929e2012e5d13dbaf00d31beec2fdfc3e93eb02a31bbeb8118295
|
sha512sums = 090f995c33fc449ad97e9f9fd46744cbaae878ba248fa3b098370755118d6c3e5d72ed78cf38cae499985f1b2bf81d8d47d91f3e4c50c5c706d0bd024b3f4e8a
|
||||||
sha512sums = f1ce576d42a624842c9d08807c11580421b708b4bd7fac3aa9874769735df87566012e8fc0f993b08618f31d2f38588cd83d8572a2700f35d42e2761984ca5d0
|
sha512sums = f1ce576d42a624842c9d08807c11580421b708b4bd7fac3aa9874769735df87566012e8fc0f993b08618f31d2f38588cd83d8572a2700f35d42e2761984ca5d0
|
||||||
sha512sums = 6ac7c082d1adba92dd911f46f9926f702be0f92a9843e6252364477d81364569eeeee9b37170a6d9000fde644588734cb6a11d165fc0aff3dbfbcd6ad353ca96
|
sha512sums = 6ac7c082d1adba92dd911f46f9926f702be0f92a9843e6252364477d81364569eeeee9b37170a6d9000fde644588734cb6a11d165fc0aff3dbfbcd6ad353ca96
|
||||||
|
|
||||||
|
|
|
||||||
8
PKGBUILD
8
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: TBK <aur at jjtc dot eu>
|
# Contributor: TBK <aur at jjtc dot eu>
|
||||||
|
|
||||||
pkgname=termius
|
pkgname=termius
|
||||||
pkgver=9.36.2
|
pkgver=9.40.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Desktop SSH Client"
|
pkgdesc="Desktop SSH Client"
|
||||||
url="https://www.termius.com/"
|
url="https://www.termius.com/"
|
||||||
|
|
@ -11,15 +11,17 @@ license=('custom')
|
||||||
depends=('alsa-lib' 'at-spi2-core' 'dbus' 'e2fsprogs' 'expat' 'gtk3' 'keyutils' 'libbsd' 'libnotify' 'libsecret' 'libxss' 'libxtst' 'nss' 'util-linux-libs' 'xdg-utils')
|
depends=('alsa-lib' 'at-spi2-core' 'dbus' 'e2fsprogs' 'expat' 'gtk3' 'keyutils' 'libbsd' 'libnotify' 'libsecret' 'libxss' 'libxtst' 'nss' 'util-linux-libs' 'xdg-utils')
|
||||||
optdepends=('libappindicator-gtk3')
|
optdepends=('libappindicator-gtk3')
|
||||||
makedepends=('squashfs-tools')
|
makedepends=('squashfs-tools')
|
||||||
|
# Prebuilt binaries without debug symbols; stripping only breaks them
|
||||||
|
options=('!strip' '!debug')
|
||||||
# Get latest version + link from https://snapcraft.io/termius-app || snap info termius-app || run the following
|
# Get latest version + link from https://snapcraft.io/termius-app || snap info termius-app || run the following
|
||||||
# curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.download_url' -r
|
# curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.download_url' -r
|
||||||
# curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.version' -r
|
# curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.version' -r
|
||||||
source=(
|
source=(
|
||||||
"$pkgname-$pkgver.snap::https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_253.snap"
|
"$pkgname-$pkgver.snap::https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_264.snap"
|
||||||
"termius.desktop"
|
"termius.desktop"
|
||||||
"tos.html"
|
"tos.html"
|
||||||
)
|
)
|
||||||
sha512sums=('8ed85b67c8f67a4e1eabb975dd40093dd14949c813b5bd454513fb9de185413c45d8fb86673929e2012e5d13dbaf00d31beec2fdfc3e93eb02a31bbeb8118295'
|
sha512sums=('090f995c33fc449ad97e9f9fd46744cbaae878ba248fa3b098370755118d6c3e5d72ed78cf38cae499985f1b2bf81d8d47d91f3e4c50c5c706d0bd024b3f4e8a'
|
||||||
'f1ce576d42a624842c9d08807c11580421b708b4bd7fac3aa9874769735df87566012e8fc0f993b08618f31d2f38588cd83d8572a2700f35d42e2761984ca5d0'
|
'f1ce576d42a624842c9d08807c11580421b708b4bd7fac3aa9874769735df87566012e8fc0f993b08618f31d2f38588cd83d8572a2700f35d42e2761984ca5d0'
|
||||||
'6ac7c082d1adba92dd911f46f9926f702be0f92a9843e6252364477d81364569eeeee9b37170a6d9000fde644588734cb6a11d165fc0aff3dbfbcd6ad353ca96')
|
'6ac7c082d1adba92dd911f46f9926f702be0f92a9843e6252364477d81364569eeeee9b37170a6d9000fde644588734cb6a11d165fc0aff3dbfbcd6ad353ca96')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue