summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Laker2020-02-22 00:39:37 -0500
committerKyle Laker2020-02-22 00:39:37 -0500
commit772ce1bd5bb7c5abc1dde36bf44c77436ec6c621 (patch)
tree279acb085ddf7d24e708d995e2df7b023c1350ba /PKGBUILD
parenta06075025864f84c34a9a14a67136deb7605cff8 (diff)
downloadaur-772ce1bd5bb7c5abc1dde36bf44c77436ec6c621.tar.gz
Update License info to match source
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}")