summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Laker2020-03-06 08:40:22 -0500
committerKyle Laker2020-03-06 08:41:31 -0500
commit4eadb872a90754b4e74d1aec6f426e49062d3bab (patch)
tree67ed5076838597a578491bdf59a3d1457d628b59 /PKGBUILD
parentada56f3007c129ee7ecccab885a745299766ec07 (diff)
downloadaur-4eadb872a90754b4e74d1aec6f426e49062d3bab.tar.gz
Make python-protobuf a makedepends entry
Upstream moved it to a build depend. https://github.com/linuxmint/warp/commit/915c2c4ae1bfbeaaa78d4802be3c22e61be566dd
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 394402b45170..5f25142e25f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Kyle Laker <kyle@laker.email>
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=warpinator-git
-pkgver=r58.32feb06
+pkgver=r70.58851f0
pkgrel=1
pkgdesc="Share files across the LAN"
arch=('x86_64')
url="https://github.com/linuxmint/warp"
license=('GPL2')
-depends=('gtk3' 'python-gobject' 'python-grpcio' 'python-protobuf' 'python-setproctitle'
+depends=('gtk3' 'python-gobject' 'python-grpcio' 'python-setproctitle'
'python-zeroconf' 'python-xapp' 'xapps')
-makedepends=('git' 'meson' 'python-grpcio-tools')
+makedepends=('git' 'meson' 'python-grpcio-tools' 'python-protobuf')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}" 'lm-warp')
replaces=('lm-warp')