summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-04-29 10:01:19 -0600
committerMark Wagie2021-04-29 10:01:19 -0600
commitfd184e26c8c649a9d2e43dbb5bd6a4a2eb652cd2 (patch)
tree6c663556f129575efae0ec931928e29f65a9a9dc /PKGBUILD
parent3e3a2bc0086ba6349357abea0c22302a4799a54e (diff)
downloadaur-fd184e26c8c649a9d2e43dbb5bd6a4a2eb652cd2.tar.gz
add new dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3c10e40533d..bba6c55f7c9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Kyle Laker <kyle@laker.email>
pkgname=warpinator-git
pkgver=1.1.2.r19.gb391632
-pkgrel=1
+pkgrel=2
pkgdesc="Share files across the LAN"
arch=('x86_64')
url="https://github.com/linuxmint/warpinator"
license=('GPL3')
-depends=('gtk3' 'python-cryptography' 'python-gobject' 'python-grpcio'
+depends=('gtk3' 'libnm' 'python-cryptography' 'python-gobject' 'python-grpcio'
'python-netaddr' 'python-netifaces' 'python-protobuf' 'python-pynacl'
'python-setproctitle' 'python-zeroconf' 'python-xapp' 'xapps')
makedepends=('git' 'meson' 'gobject-introspection')