summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-08-25 11:45:55 -0600
committerMark Wagie2021-08-25 11:45:55 -0600
commite6cad1bf46c94359047716df5d9d848bc4b6c279 (patch)
tree9276f318abe7f8d99ea30eb24627c6e198631e86 /PKGBUILD
parent16d26e770b40cf0e55b9cfec1bfdbf52327da669 (diff)
downloadaur-e6cad1bf46c94359047716df5d9d848bc4b6c279.tar.gz
drop libnm
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0be96365ad96..48c65c654f8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
# Contributor: Kyle Laker <kyle@laker.email>
pkgname=warpinator-git
-pkgver=1.2.4.r0.g3a524da
-pkgrel=2
+pkgver=1.2.4.r2.g90efc18
+pkgrel=1
pkgdesc="Share files across the LAN"
arch=('any')
url="https://github.com/linuxmint/warpinator"
license=('GPL3')
-depends=('gtk3' 'libnm' 'python-cryptography' 'python-gobject' 'python-grpcio'
+depends=('gtk3' 'python-cryptography' 'python-gobject' 'python-grpcio'
'python-netaddr' 'python-netifaces' 'python-protobuf' 'python-pynacl'
'python-setproctitle' 'python-setuptools' 'python-zeroconf' 'python-xapp' 'xapps')
makedepends=('git' 'meson' 'polkit')