summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiobolic2021-01-28 10:18:02 -0500
committerDiobolic2021-01-28 10:18:02 -0500
commit41af04da6136fe59f0fa95f85fde88082c0204c2 (patch)
treed3716adeabe12d08b78775ce617552093fa8942c
parentef6b33c15e3c6212d6b989a894dc34f0c06c7607 (diff)
downloadaur-41af04da6136fe59f0fa95f85fde88082c0204c2.tar.gz
Removed install for LICENSE as its not included in upstream package.
-rw-r--r--LICENSE21
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 22 deletions
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index f8217a3f6a2b..000000000000
--- a/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2021 Siddharth Dushantha
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/PKGBUILD b/PKGBUILD
index 1e9598ac087a..2a6beab5b52b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,6 @@ build() {
package() {
depends+=()
cd "${srcdir}/${_module}-${pkgver}"
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
}