summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Laker2020-03-02 21:39:16 -0500
committerKyle Laker2020-03-02 21:39:16 -0500
commitc95b0f9f66c39f3c7a367dac5ce590413efc58cd (patch)
tree32137f991f22809b2da21943f5e4d4213778e65c /PKGBUILD
parent377127e6a87ed33026e31f067631ac45bde951ae (diff)
downloadaur-c95b0f9f66c39f3c7a367dac5ce590413efc58cd.tar.gz
Rename and add grpc dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 9 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afb8b34c434a..b1ea22308522 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kyle Laker <kyle@laker.email>
# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
-pkgname=warpinator
-pkgver=r39.53989e7
+pkgname=warpinator-git
+pkgver=r42.6f44410
pkgrel=1
pkgdesc="Share files across the LAN by Linux Mint"
arch=("x86_64")
@@ -10,7 +10,13 @@ url="https://github.com/linuxmint/warp"
# License file is missing from the root of the repository; however, GPL-2+ is given in the
# debian/control file: https://github.com/linuxmint/warp/blob/master/debian/copyright
license=("GPL")
-depends=("pygobject-devel" "python-setproctitle" "python-zeroconf" "python-xapp" "xapps")
+depends=("pygobject-devel" \
+ "python-setproctitle" \
+ "python-zeroconf" \
+ "python-xapp" \
+ "xapps" \
+ "python-grpcio" \
+ "python-grpcio-tools")
makedepends=("git" "meson")
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}" "haskell-wai-app-static" "lm-warp-git" "warp-git")