summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Panteleev2022-07-19 08:30:08 +0000
committerVladimir Panteleev2022-07-19 08:30:08 +0000
commit1ab5327f58b7cc57a6d902dd40cdaec0338773a5 (patch)
treeb45b12c9761afa685cdc9c78ff8562874636bfd7
parent6c3ff0a079363e36c83f765f4a7daa0f5e5aa99c (diff)
downloadaur-1ab5327f58b7cc57a6d902dd40cdaec0338773a5.tar.gz
Remove license file
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
-rw-r--r--license.txt7
3 files changed, 7 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c7c3e6243a8..7482a88d5b5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hax11-git
pkgdesc = Hackbrary to Hook and Augment X11 protocol calls
- pkgver = r149.ba694c6
- pkgrel = 4
+ pkgver = r168.dfba8a5
+ pkgrel = 1
url = https://github.com/CyberShadow/hax11
arch = i686
arch = x86_64
@@ -14,9 +14,6 @@ pkgbase = hax11-git
depends = glibc
depends = lib32-glibc
source = git+https://github.com/CyberShadow/hax11
- source = license.txt
md5sums = SKIP
- md5sums = 170e7077b627ff077e8a0716a49d9868
pkgname = hax11-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 2409b2b4f2a1..83504332915b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,16 @@
# Maintainer: Vladimir Panteleev <arch-pkg at thecybershadow.net>
pkgname=hax11-git
-pkgver=r149.ba694c6
-pkgrel=4
+pkgver=r168.dfba8a5
+pkgrel=1
pkgdesc="Hackbrary to Hook and Augment X11 protocol calls"
arch=('i686' 'x86_64')
url="https://github.com/CyberShadow/hax11"
license=('MIT')
depends=('glibc' 'lib32-glibc')
makedepends=('git' 'xorgproto' 'libx11' 'libxxf86vm' 'lib32-gcc-libs')
-source=("git+https://github.com/CyberShadow/hax11"
- "license.txt")
-md5sums=('SKIP'
- '170e7077b627ff077e8a0716a49d9868')
+source=("git+https://github.com/CyberShadow/hax11")
+md5sums=('SKIP')
pkgver() {
cd "$srcdir/hax11"
@@ -50,5 +48,5 @@ package() {
# License
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
- install -m644 -t "$pkgdir/usr/share/licenses/$pkgname" license.txt
+ install -m644 -t "$pkgdir/usr/share/licenses/$pkgname" "$srcdir/hax11/LICENSE"
}
diff --git a/license.txt b/license.txt
deleted file mode 100644
index 63497e9ad403..000000000000
--- a/license.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-Copyright (c) 2015-2016 hax11 authors.
-
-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.