summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-05-12 16:32:29 -0600
committerMark Wagie2020-05-12 16:32:29 -0600
commit96dccff820c2c25ce1e214754a71edc3416ee112 (patch)
tree8da3edd9f5a3ab2a4d97848195e5492d46034799
parentab9321a3e5bf1e21abc6f5ec6df2856c36e8499c (diff)
downloadaur-96dccff820c2c25ce1e214754a71edc3416ee112.tar.gz
add polkit to build deps, ufw instead of gufw in opt deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2918d594e3dd..fe47901fe738 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = warpinator-git
pkgdesc = Share files across the LAN
- pkgver = 0.0.1.r137.de5bd0a
+ pkgver = 1.0.3.r173.6e1a6c8
pkgrel = 1
url = https://github.com/linuxmint/warp
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = warpinator-git
makedepends = meson
makedepends = python-grpcio-tools
makedepends = gobject-introspection
+ makedepends = polkit
depends = gtk3
depends = python-cryptography
depends = python-gobject
@@ -19,7 +20,7 @@ pkgbase = warpinator-git
depends = python-zeroconf
depends = python-xapp
depends = xapps
- optdepends = gufw: Configure firewall rules
+ optdepends = ufw: Configure firewall rules
provides = warpinator
conflicts = warpinator
conflicts = lm-warp
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')