summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacotsu2019-03-08 18:54:43 +0100
committerJacotsu2019-03-08 18:54:43 +0100
commit92545db828b45fd8072fd0e1e44e28d626bee994 (patch)
tree438583fabe546f54209e734efff5bb8a8503cbb5
parentb2b494672af808fb2653178d69121723474f2adf (diff)
downloadaur-92545db828b45fd8072fd0e1e44e28d626bee994.tar.gz
Updated with latest version
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd4b813a117c..e098c2e19c3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=polibeepsync
pkgname="${_pkgname}"
-pkgver=0.4.3
+pkgver=0.4.4
pkgrel=1
pkgdesc="Sync Politecnico di Milano's BeeP files with your PC"
arch=('any')
url='https://jacotsu.github.io/polibeepsync/'
license=('GPL3')
-depends=('python' 'python-requests' 'python-appdirs' 'python-pyside2' 'python-beautifulsoup4' 'python-lxml' 'python-pyparsing' 'python-signalslot' 'python-contexter')
+depends=('python' 'python-requests' 'python-appdirs' 'python-pyside2' 'python-beautifulsoup4' 'python-lxml' 'python-pyparsing' 'python-signalslot' 'python-contexter' 'python-keyring')
makedepends=('git' 'python-setuptools')
conflicts=($_pkgname)
provides=($_pkgname)