summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Depau2019-03-27 15:13:43 +0100
committerDavide Depau2019-03-27 15:13:43 +0100
commit6309db83e8803be9bc138c6533dcda2445849109 (patch)
tree7b7f286859a2fa3cfab9e6d8f2e6d037db5bcf13
parentd7c7afae569caee869b6c432702430757cb07986 (diff)
parentd8f4eea237c9abd7673c95e110e4e98d99eb0d79 (diff)
downloadaur-6309db83e8803be9bc138c6533dcda2445849109.tar.gz
Merge branch 'master' of ssh://aur.archlinux.org/polibeepsync
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b49cfcb7580..9f2e510cebee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = polibeepsync
pkgdesc = Sync Politecnico di Milano's BeeP files with your PC
- pkgver = 0.4.1
+ pkgver = 0.4.4
pkgrel = 1
url = https://jacotsu.github.io/polibeepsync/
arch = any
@@ -16,10 +16,11 @@ pkgbase = polibeepsync
depends = python-pyparsing
depends = python-signalslot
depends = python-contexter
+ depends = python-keyring
depends = qt5-declarative
provides = polibeepsync
conflicts = polibeepsync
- source = git+https://github.com/Jacotsu/polibeepsync.git#tag=0.4.1
+ source = git+https://github.com/Jacotsu/polibeepsync.git#tag=0.4.4
source = polibeepsync.desktop
source = polibeepsync.svg
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 74012c5dc2dd..46e9a8c1ba98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Davide Depau <davide@depau.eu>
+# Maintainer: Raffaele Di Campli <dcdrj.pub@gmail.com>
_pkgname=polibeepsync
pkgname="${_pkgname}"
-pkgver=0.4.1
+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' 'qt5-declarative')
+depends=('python' 'python-requests' 'python-appdirs' 'python-pyside2' 'python-beautifulsoup4' 'python-lxml' 'python-pyparsing' 'python-signalslot' 'python-contexter' 'python-keyring' 'qt5-declarative')
makedepends=('git' 'python-setuptools')
conflicts=($_pkgname)
provides=($_pkgname)