aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da71b96806ec..626b2bafde80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = termius-beta
pkgdesc = Desktop SSH Client
pkgver = 5.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.termius.com/
arch = x86_64
license = custom
makedepends = squashfs-tools
- depends = gconf
depends = libnotify
depends = libappindicator-gtk3
depends = libxtst
diff --git a/PKGBUILD b/PKGBUILD
index 1ee054fd6db5..d29e4a5869aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=termius-beta
pkgver=5.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="Desktop SSH Client"
url="https://www.termius.com/"
arch=('x86_64')
license=('custom')
-depends=('gconf' 'libnotify' 'libappindicator-gtk3' 'libxtst' 'nss' 'libxss')
+depends=('libnotify' 'libappindicator-gtk3' 'libxtst' 'nss' 'libxss')
makedepends=('squashfs-tools')
# Get latest version + link from https://snapcraft.io/termius-beta|| snap info termius-beta || run the following
# curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-beta | jq '.download_url' -r