Date: Tuesday, December 6, 2022 @ 21:01:27
Author: arojas
Revision: 1356898
upgpkg: warpinator 1.4.2-2: Add missing python-cairo dependency (FS#76759)
Modified:
warpinator/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-06 20:56:16 UTC (rev 1356897)
+++ PKGBUILD 2022-12-06 21:01:27 UTC (rev 1356898)
@@ -4,7 +4,7 @@
pkgname=warpinator
pkgver=1.4.2
-pkgrel=1
+pkgrel=2
pkgdesc='LAN file sender, send and receive files across the network'
arch=('any')
url='https://github.com/linuxmint/warpinator'
@@ -11,7 +11,7 @@
license=('GPL3')
depends=('gtk3' 'libnm' 'python-cryptography' 'python-gobject' 'python-grpcio'
'python-packaging'
'python-protobuf' 'python-pynacl' 'python-setproctitle'
'python-setuptools' 'python-xapp' 'python-zeroconf'
- 'xapp')
+ 'xapp' 'python-cairo')
makedepends=('meson' 'polkit')
optdepends=('ufw: Open a firewall port for Warpinator')
source=("https://github.com/linuxmint/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")