summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacotsu2019-03-08 18:58:23 +0100
committerJacotsu2019-03-08 18:58:23 +0100
commite65f277a2555afaf49ac71c03820c4cbf7d85ea5 (patch)
tree63805f2ba1d570971a9e1077fdeae93879e363f7
parentab024ed681c70d85130d3ad88b26e9b45809e83a (diff)
downloadaur-e65f277a2555afaf49ac71c03820c4cbf7d85ea5.tar.gz
Added keyring dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9415e7539fe0..7135a42277c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = polibeepsync-git
pkgdesc = Sync Politecnico di Milano's BeeP files with your PC
- pkgver = 0.4.1.r4.g10808e2
+ pkgver = 0.4.4.r4.g8577bcb
pkgrel = 1
url = https://jacotsu.github.io/polibeepsync/
arch = any
@@ -16,6 +16,7 @@ pkgbase = polibeepsync-git
depends = python-pyparsing
depends = python-signalslot
depends = python-contexter
+ depends = python-keyring
provides = polibeepsync
conflicts = polibeepsync
source = git+https://github.com/Jacotsu/polibeepsync.git
diff --git a/PKGBUILD b/PKGBUILD
index e1579f1897c0..4c2719664167 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=polibeepsync
pkgname="${_pkgname}-git"
-pkgver=0.4.1.r4.g10808e2
+pkgver=0.4.4.r4.g8577bcb
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)