summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Laker2020-02-22 00:39:37 -0500
committerKyle Laker2020-02-22 00:39:37 -0500
commit772ce1bd5bb7c5abc1dde36bf44c77436ec6c621 (patch)
tree279acb085ddf7d24e708d995e2df7b023c1350ba
parenta06075025864f84c34a9a14a67136deb7605cff8 (diff)
downloadaur-772ce1bd5bb7c5abc1dde36bf44c77436ec6c621.tar.gz
Update License info to match source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d34b572244e0..3465cf8bef44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = lm-warp-git
pkgdesc = Share files across the LAN by Linux Mint
- pkgver = r21.cb9f695
+ pkgver = r39.53989e7
pkgrel = 1
url = https://github.com/linuxmint/warp
arch = x86_64
- license = none
+ license = GPL
makedepends = git
makedepends = meson
depends = pygobject-devel
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}")