summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Laker2020-02-13 19:58:07 -0500
committerKyle Laker2020-02-13 19:58:07 -0500
commit8f8c0fde4f82aa397a0a5e26155fc6f02d21262c (patch)
tree1e57c2ea31bdf9f36342d0ceb2366389c47efa0d
parentf0bd57428ddd9551280360aa5e8ff3851d69fa67 (diff)
downloadaur-8f8c0fde4f82aa397a0a5e26155fc6f02d21262c.tar.gz
Remove license (none on git repo)
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 761cc640b6b9..261a0751f717 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,6 @@ pkgbase = lm-warp-git
pkgrel = 1
url = https://github.com/linuxmint/warp
arch = x86_64
- license = MIT
makedepends = git
makedepends = meson
depends = pygobject-devel
diff --git a/PKGBUILD b/PKGBUILD
index 625d7ebfe939..7fcb8fd7d6c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ pkgdesc="Share files across the LAN by Linux Mint"
arch=("x86_64")
_github="github.com/linuxmint/warp"
url="https://$_github"
-license=(MIT)
depends=(pygobject-devel python-setproctitle python-zeroconf)
makedepends=(git meson)
source=("$pkgname::git://$_github/")