summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Depau2019-03-27 15:15:25 +0100
committerDavide Depau2019-03-27 15:15:25 +0100
commit522316fe6afa19de13059c7746ae219e2aea61e9 (patch)
tree564fb9b5f781c5f8bc060b9b146b3bdcdc200c98
parente65f277a2555afaf49ac71c03820c4cbf7d85ea5 (diff)
downloadaur-522316fe6afa19de13059c7746ae219e2aea61e9.tar.gz
Add missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7135a42277c9..f1c8ffc0f3d8 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.4.r4.g8577bcb
+ pkgver = 0.4.4.r1.g2ddafb3
pkgrel = 1
url = https://jacotsu.github.io/polibeepsync/
arch = any
@@ -17,6 +17,7 @@ pkgbase = polibeepsync-git
depends = python-signalslot
depends = python-contexter
depends = python-keyring
+ depends = qt5-declarative
provides = polibeepsync
conflicts = polibeepsync
source = git+https://github.com/Jacotsu/polibeepsync.git
diff --git a/PKGBUILD b/PKGBUILD
index 4c2719664167..7caa71039862 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=polibeepsync
pkgname="${_pkgname}-git"
-pkgver=0.4.4.r4.g8577bcb
+pkgver=0.4.4.r1.g2ddafb3
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' 'python-keyring')
+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)