summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2020-11-12 08:41:33 -0700
committerMark Wagie2020-11-12 08:41:33 -0700
commitaa564b07003f86566c08b16a6ba949851a523e14 (patch)
treee5485e3bd73121c795e1ab517944d94ec69eafee /PKGBUILD
parente18d3c0032f9dfe635fe0c5d923dfd1af16cce65 (diff)
downloadaur-aa564b07003f86566c08b16a6ba949851a523e14.tar.gz
requires xapp >= 1.9.0, use xapps-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5a4ab314104..d395d1d84f3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
# Contributor: Kyle Laker <kyle@laker.email>
pkgname=warpinator-git
-pkgver=1.0.7.r3.g7a44020
+pkgver=1.0.8.r10.gd4865f8
pkgrel=1
pkgdesc="Share files across the LAN"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/linuxmint/warp"
license=('GPL3')
depends=('gtk3' 'python-cryptography' 'python-gobject' 'python-grpcio'
'python-protobuf' 'python-pynacl' 'python-setproctitle' 'python-zeroconf'
- 'python-xapp' 'xapps' 'python-packaging')
+ 'python-xapp' 'xapps-git' 'python-packaging')
makedepends=('git' 'meson' 'python-grpcio-tools' 'gobject-introspection' 'polkit')
optdepends=('ufw: Configure firewall rules')
provides=("${pkgname%-git}")
@@ -26,8 +26,7 @@ prepare() {
cd "$srcdir/warp"
# Fix hard-coded libexec dir
- sed -i 's/libexec/lib/g' \
- "bin/${pkgname%-git}.in" \
+ sed -i 's/libexec/lib/g' "bin/${pkgname%-git}.in" \
install-scripts/meson_generate_and_install_protobuf_files.py
}