Date: Monday, April 16, 2018 @ 19:00:03
  Author: eworm
Revision: 316555

archrelease: copy trunk to community-x86_64

Added:
  tmux/repos/community-x86_64/LICENSE
    (from rev 316554, tmux/trunk/LICENSE)
  tmux/repos/community-x86_64/PKGBUILD
    (from rev 316554, tmux/trunk/PKGBUILD)
Deleted:
  tmux/repos/community-x86_64/LICENSE
  tmux/repos/community-x86_64/PKGBUILD

----------+
 LICENSE  |   26 ++++++++++++------------
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE     2018-04-16 18:59:54 UTC (rev 316554)
+++ LICENSE     2018-04-16 19:00:03 UTC (rev 316555)
@@ -1,13 +0,0 @@
-Copyright (c) 2007 Nicholas Marriott <n...@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.

Copied: tmux/repos/community-x86_64/LICENSE (from rev 316554, 
tmux/trunk/LICENSE)
===================================================================
--- LICENSE                             (rev 0)
+++ LICENSE     2018-04-16 19:00:03 UTC (rev 316555)
@@ -0,0 +1,13 @@
+Copyright (c) 2007 Nicholas Marriott <n...@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.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-04-16 18:59:54 UTC (rev 316554)
+++ PKGBUILD    2018-04-16 19:00:03 UTC (rev 316555)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Maintainer:  TDY <t...@gmx.com>
-# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
-
-pkgname=tmux
-pkgver=2.6
-pkgrel=2
-pkgdesc='A terminal multiplexer'
-url='http://tmux.github.io/'
-arch=('x86_64')
-license=('BSD')
-depends=('ncurses' 'libevent' 'libutempter')
-source=("https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.gz";
-       'LICENSE')
-sha256sums=('b17cd170a94d7b58c0698752e1f4f263ab6dc47425230df7e53a6435cc7cd7e8'
-            'b5de80619e4884ced2dfe0a96020e85dcfb715a831ecdfdd7ce8c97b5a6ff2cc')
-
-build() {
-       cd "$srcdir/$pkgname-${pkgver/_/}"
-
-       ./configure \
-               --prefix=/usr \
-               --enable-utempter
-       make
-}
-
-package() {
-       cd "$srcdir/$pkgname-${pkgver/_/}"
-
-       make install DESTDIR="$pkgdir"
-       install -Dm644 "$srcdir"/LICENSE 
"$pkgdir/usr/share/licenses/tmux/LICENSE"
-}

Copied: tmux/repos/community-x86_64/PKGBUILD (from rev 316554, 
tmux/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-04-16 19:00:03 UTC (rev 316555)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Maintainer:  TDY <t...@gmx.com>
+# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
+
+pkgname=tmux
+pkgver=2.7
+pkgrel=1
+pkgdesc='A terminal multiplexer'
+url='http://tmux.github.io/'
+arch=('x86_64')
+license=('BSD')
+depends=('ncurses' 'libevent' 'libutempter')
+source=("https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.gz";
+       'LICENSE')
+sha256sums=('9ded7d100313f6bc5a87404a4048b3745d61f2332f99ec1400a7c4ed9485d452'
+            'b5de80619e4884ced2dfe0a96020e85dcfb715a831ecdfdd7ce8c97b5a6ff2cc')
+
+build() {
+       cd "$srcdir/$pkgname-${pkgver/_/}"
+
+       ./configure \
+               --prefix=/usr \
+               --enable-utempter
+       make
+}
+
+package() {
+       cd "$srcdir/$pkgname-${pkgver/_/}"
+
+       make install DESTDIR="$pkgdir"
+       install -Dm644 "$srcdir"/LICENSE 
"$pkgdir/usr/share/licenses/tmux/LICENSE"
+}

Reply via email to