summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 846629b6ab42..0d27db22d93f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,14 @@
# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=lm-warp-git
-pkgver=r21.cb9f695
+pkgver=r39.53989e7
pkgrel=1
pkgdesc="Share files across the LAN by Linux Mint"
arch=("x86_64")
url="https://github.com/linuxmint/warp"
-license=("none")
+# 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")
makedepends=("git" "meson")
provides=("${pkgname%-git}")