summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2020-05-12 16:32:29 -0600
committerMark Wagie2020-05-12 16:32:29 -0600
commit96dccff820c2c25ce1e214754a71edc3416ee112 (patch)
tree8da3edd9f5a3ab2a4d97848195e5492d46034799 /PKGBUILD
parentab9321a3e5bf1e21abc6f5ec6df2856c36e8499c (diff)
downloadaur-96dccff820c2c25ce1e214754a71edc3416ee112.tar.gz
add polkit to build deps, ufw instead of gufw in opt deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58d60b3104b4..0c2ecd3e3181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kyle Laker <kyle@laker.email>
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=warpinator-git
-pkgver=0.0.1.r137.de5bd0a
+pkgver=1.0.3.r173.6e1a6c8
pkgrel=1
pkgdesc="Share files across the LAN"
arch=('x86_64')
@@ -10,8 +10,8 @@ license=('GPL3')
depends=('gtk3' 'python-cryptography' 'python-gobject' 'python-grpcio'
'python-protobuf' 'python-pynacl' 'python-setproctitle' 'python-zeroconf'
'python-xapp' 'xapps')
-makedepends=('git' 'meson' 'python-grpcio-tools' 'gobject-introspection')
-optdepends=('gufw: Configure firewall rules')
+makedepends=('git' 'meson' 'python-grpcio-tools' 'gobject-introspection' 'polkit')
+optdepends=('ufw: Configure firewall rules')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}" 'lm-warp')
replaces=('lm-warp')