summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0f1542c5746..316aae565d41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = warpinator-git
pkgdesc = Share files across the LAN
- pkgver = r119.bc21860
+ pkgver = r135.596d88f
pkgrel = 1
url = https://github.com/linuxmint/warp
arch = x86_64
@@ -10,13 +10,16 @@ pkgbase = warpinator-git
makedepends = python-grpcio-tools
makedepends = gobject-introspection
depends = gtk3
+ depends = python-cryptography
depends = python-gobject
depends = python-grpcio
depends = python-protobuf
+ depends = python-pynacl
depends = python-setproctitle
depends = python-zeroconf
depends = python-xapp
depends = xapps
+ optdepends = gufw: Configure firewall rules
provides = warpinator
conflicts = warpinator
conflicts = lm-warp
diff --git a/PKGBUILD b/PKGBUILD
index 2a306c50f8d0..bd980f88dce0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
# Maintainer: Kyle Laker <kyle@laker.email>
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=warpinator-git
-pkgver=r119.bc21860
+pkgver=r135.596d88f
pkgrel=1
pkgdesc="Share files across the LAN"
arch=('x86_64')
url="https://github.com/linuxmint/warp"
license=('GPL3')
-depends=('gtk3' 'python-gobject' 'python-grpcio' 'python-protobuf' 'python-setproctitle'
- 'python-zeroconf' 'python-xapp' 'xapps')
+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')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}" 'lm-warp')
replaces=('lm-warp')