summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-06-03 08:22:26 -0600
committerMark Wagie2021-06-03 08:22:26 -0600
commitcd55f27c05d30813657fae6ebc02ec91aa1f0c60 (patch)
tree2984ab2ff981d0dffb44c200064da49a841c44b2
parentf79d62ef8ceaef1ca251a1f9dcac7b2dcda0350e (diff)
downloadaur-cd55f27c05d30813657fae6ebc02ec91aa1f0c60.tar.gz
revert last commit
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a1cc0c7bdbc..2d140a205fb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = warpinator-git
pkgdesc = Share files across the LAN
pkgver = 1.2.0.r1.g471c893
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/linuxmint/warpinator
arch = any
license = GPL3
makedepends = git
makedepends = meson
makedepends = gobject-introspection
- depends = grpc
depends = gtk3
depends = libnm
depends = python-cryptography
diff --git a/PKGBUILD b/PKGBUILD
index 809abe6f97ec..37a300ea448f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Kyle Laker <kyle@laker.email>
pkgname=warpinator-git
pkgver=1.2.0.r1.g471c893
-pkgrel=2
+pkgrel=3
pkgdesc="Share files across the LAN"
arch=('any')
url="https://github.com/linuxmint/warpinator"
license=('GPL3')
-depends=('grpc' 'gtk3' 'libnm' 'python-cryptography' 'python-gobject' 'python-grpcio'
+depends=('gtk3' 'libnm' 'python-cryptography' 'python-gobject' 'python-grpcio'
'python-netaddr' 'python-netifaces' 'python-protobuf' 'python-pynacl'
'python-setproctitle' 'python-zeroconf' 'python-xapp' 'xapps')
makedepends=('git' 'meson' 'gobject-introspection')