summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArsen Musayelyan2020-04-20 00:52:34 -0700
committerArsen Musayelyan2020-04-20 00:52:34 -0700
commitd43028884fe7eac664f43eabb3964f3965518aa8 (patch)
tree768847a036819f5f0354168e13360917934f4f7e
parent281c2f2c7ccfdc854b2b1d403357856e38ee56ba (diff)
downloadaur-d43028884fe7eac664f43eabb3964f3965518aa8.tar.gz
Add dependency avahi
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e1bbecb459d..fde58ffd8cfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = opensend-git
depends = python-zeroconf
depends = python-pyftpdlib
depends = python-pyqt5
+ depends = avahi
source = git+https://gitlab.com/moussaelianarsen/opensend.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e2d05533eca0..eca81c1b2b66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Send files and URLs securely across systems"
arch=('any')
license=('GPLv2')
-depends=('python' 'python-pip' 'python-pynacl' 'python-zeroconf' 'python-pyftpdlib' 'python-pyqt5')
+depends=('python' 'python-pip' 'python-pynacl' 'python-zeroconf' 'python-pyftpdlib' 'python-pyqt5' 'avahi')
source=('git+https://gitlab.com/moussaelianarsen/opensend.git')
md5sums=('SKIP')