summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef4b403a3c4b..11a6e1a9b23b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pext
pkgdesc = Python-based extendable tool
- pkgver = 0.27
+ pkgver = 0.28
pkgrel = 1
url = https://pext.io/
arch = any
@@ -16,11 +16,12 @@ pkgbase = pext
depends = python-requests
depends = python-watchdog
depends = python-psutil
+ depends = python-paramiko
optdepends = pass: password manager support
optdepends = ffmpeg: radiobrowser music support
provides = pext
conflicts = pext
- source = https://github.com/Pext/Pext/archive/v0.27.tar.gz
+ source = https://github.com/Pext/Pext/archive/v0.28.tar.gz
sha256sums = 17a769acefec539fdbb2e354e400508fdff1258afe0661721ee4d7d25959f82e
pkgname = pext
diff --git a/PKGBUILD b/PKGBUILD
index 2716b233e338..cf216d693071 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=pext
_pkgname=Pext
-pkgver=0.27
+pkgver=0.28
pkgrel=1
pkgdesc='Python-based extendable tool'
url='https://pext.io/'
arch=(any)
license=(GPL3)
-depends=(python-dulwich python-pynput python-pip python-pyqt5 qt5-quickcontrols python-opengl python-opengl-accelerate python-requests python-watchdog python-psutil)
+depends=(python-dulwich python-pynput python-pip python-pyqt5 qt5-quickcontrols python-opengl python-opengl-accelerate python-requests python-watchdog python-psutil python-paramiko)
makedepends=(python-setuptools)
optdepends=('pass: password manager support'
'ffmpeg: radiobrowser music support')