summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Robinson2021-04-07 01:33:13 -0400
committerNathan Robinson2021-04-07 01:33:13 -0400
commit9f6a77c2fa0c3c88fe5b7fc29619755492312798 (patch)
tree374df97794d1ee521bbcd8fb4683281c7e43ba8c
parente603ed6b12877dfd35122166babbb2a65933086d (diff)
downloadaur-9f6a77c2fa0c3c88fe5b7fc29619755492312798.tar.gz
fix license at 01:33 of 2021-04-07
-rw-r--r--.SRCINFO8
-rw-r--r--LICENSE23
-rw-r--r--PKGBUILD10
3 files changed, 32 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c003c9afba0a..799e1e5af01d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = pvr-tex-tool-bin
pkgdesc = A comprehensive texture processing and compression tool with support for PVR textures.
pkgver = 2020.2
- pkgrel = 5
+ pkgrel = 6
url = https://www.imaginationtech.com/developers/powervr-sdk-tools/pvrtextool/
arch = x86_64
- license = custom
+ license = MIT
depends = qt5-base
depends = libxcursor
depends = dbus
@@ -13,10 +13,10 @@ pkgbase = pvr-tex-tool-bin
depends = hicolor-icon-theme
options = !strip
source = install.run::https://cdn.imgtec.com/sdk/OFFLINE/PVRTexToolSetup-2020_R2.run-x64
- source = LICENSE.html::https://www.imaginationtech.com/developers/powervr-sdk-tools/powervr-sdk-software-eula/
+ source = LICENSE
source = PVRTexTool.desktop
sha256sums = 5f6bea49943e52d2f59541efca0bce8c1f841f9a5baf1a193c94cd0e1fcb4a31
- sha256sums = 251a7012447f80a9cc1459028e12fb09794a5d003482e0d7dd3580a52ab5c686
+ sha256sums = 73479399ac54ac4675d6db8f1387bcc0092896d503803ec573cf0560280dc707
sha256sums = 993d3b02d822ad2b87feae194740d1eda4293375d8e82c9455cc5ec5dcdb1444
pkgname = pvr-tex-tool-bin
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..dfffc0423169
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,23 @@
+The MIT License (MIT)
+
+Copyright (c) Imagination Technologies Ltd.
+
+All rights reserved.
+
+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. \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 4fb821d53fc3..015be8fc7551 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,21 @@
pkgname=pvr-tex-tool-bin
pkgver=2020.2
_versionstr='2020_R2'
-pkgrel=5
+pkgrel=6
pkgdesc="A comprehensive texture processing and compression tool with support for PVR textures."
url="https://www.imaginationtech.com/developers/powervr-sdk-tools/pvrtextool/"
arch=('x86_64')
options=('!strip')
-license=('custom')
+license=('MIT')
source=("install.run::https://cdn.imgtec.com/sdk/OFFLINE/PVRTexToolSetup-${_versionstr}.run-x64"
-"LICENSE.html::https://www.imaginationtech.com/developers/powervr-sdk-tools/powervr-sdk-software-eula/"
+"LICENSE"
"PVRTexTool.desktop")
sha256sums=('5f6bea49943e52d2f59541efca0bce8c1f841f9a5baf1a193c94cd0e1fcb4a31'
- '251a7012447f80a9cc1459028e12fb09794a5d003482e0d7dd3580a52ab5c686'
+ '73479399ac54ac4675d6db8f1387bcc0092896d503803ec573cf0560280dc707'
'993d3b02d822ad2b87feae194740d1eda4293375d8e82c9455cc5ec5dcdb1444')
# discovered with namcap(1)
@@ -31,7 +31,7 @@ chmod +x "${srcdir}/install.run"
"${srcdir}/install.run" --prefix "${srcdir}" --mode unattended
# Install license
-install -Dm644 LICENSE.html "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.html"
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
# Install documentation
mkdir -p "${pkgdir}/usr/share/doc/${pkgname}"