[arch-commits] Commit in tmux/trunk (LICENSE PKGBUILD)
Christian Hesse
eworm at archlinux.org
Fri Apr 24 09:19:58 UTC 2020
Date: Friday, April 24, 2020 @ 09:19:58
Author: eworm
Revision: 619062
upgpkg: tmux 3.1-1
new upstream release
Modified:
tmux/trunk/PKGBUILD
Deleted:
tmux/trunk/LICENSE
----------+
LICENSE | 13 -------------
PKGBUILD | 10 ++++------
2 files changed, 4 insertions(+), 19 deletions(-)
Deleted: LICENSE
===================================================================
--- LICENSE 2020-04-24 09:19:50 UTC (rev 619061)
+++ LICENSE 2020-04-24 09:19:58 UTC (rev 619062)
@@ -1,13 +0,0 @@
-Copyright (c) 2007 Nicholas Marriott <nicm at users.sourceforge.net>
-
-Permission to use, copy, modify, and distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
-IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
-OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-24 09:19:50 UTC (rev 619061)
+++ PKGBUILD 2020-04-24 09:19:58 UTC (rev 619062)
@@ -3,7 +3,7 @@
# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
pkgname=tmux
-pkgver=3.0_a
+pkgver=3.1
pkgrel=1
pkgdesc='A terminal multiplexer'
url='https://github.com/tmux/tmux/wiki'
@@ -10,10 +10,8 @@
arch=('x86_64')
license=('BSD')
depends=('ncurses' 'libevent' 'libutempter')
-source=("https://github.com/tmux/tmux/releases/download/${pkgver/_/}/tmux-${pkgver/_/}.tar.gz"
- 'LICENSE')
-sha256sums=('4ad1df28b4afa969e59c08061b45082fdc49ff512f30fc8e43217d7b0e5f8db9'
- 'b5de80619e4884ced2dfe0a96020e85dcfb715a831ecdfdd7ce8c97b5a6ff2cc')
+source=("https://github.com/tmux/tmux/releases/download/${pkgver/_/}/tmux-${pkgver/_/}.tar.gz")
+sha256sums=('979bf38db2c36193de49149aaea5c540d18e01ccc27cf76e2aff5606bd186722')
build() {
cd "$srcdir/$pkgname-${pkgver/_/}"
@@ -28,5 +26,5 @@
cd "$srcdir/$pkgname-${pkgver/_/}"
make install DESTDIR="$pkgdir"
- install -Dm644 "$srcdir"/LICENSE "$pkgdir/usr/share/licenses/tmux/LICENSE"
+ install -D -m0644 COPYING "$pkgdir/usr/share/licenses/tmux/LICENSE"
}
More information about the arch-commits
mailing list