Date: Monday, May 4, 2020 @ 08:22:33
  Author: eworm
Revision: 624715

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-04 08:22:30 UTC (rev 624714)
+++ PKGBUILD    2020-05-04 08:22:33 UTC (rev 624715)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Maintainer:  TDY <t...@gmx.com>
-# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
-
-pkgname=tmux
-pkgver=3.1_a
-pkgrel=1
-pkgdesc='A terminal multiplexer'
-url='https://github.com/tmux/tmux/wiki'
-arch=('x86_64')
-license=('BSD')
-depends=('ncurses' 'libevent' 'libutempter')
-source=("https://github.com/tmux/tmux/releases/download/${pkgver/_/}/tmux-${pkgver/_/}.tar.gz";)
-sha256sums=('10687cbb02082b8b9e076cf122f1b783acc2157be73021b4bedb47e958f4e484')
-
-build() {
-       cd "$srcdir/$pkgname-${pkgver/_/}"
-
-       ./configure \
-               --prefix=/usr \
-               --enable-utempter
-       make
-}
-
-package() {
-       cd "$srcdir/$pkgname-${pkgver/_/}"
-
-       make install DESTDIR="$pkgdir"
-       install -D -m0644 COPYING "$pkgdir/usr/share/licenses/tmux/LICENSE"
-}

Copied: tmux/repos/community-x86_64/PKGBUILD (from rev 624714, 
tmux/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-05-04 08:22:33 UTC (rev 624715)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Maintainer:  TDY <t...@gmx.com>
+# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
+
+pkgname=tmux
+pkgver=3.1_b
+pkgrel=1
+pkgdesc='A terminal multiplexer'
+url='https://github.com/tmux/tmux/wiki'
+arch=('x86_64')
+license=('BSD')
+depends=('ncurses' 'libevent' 'libutempter')
+source=("https://github.com/tmux/tmux/releases/download/${pkgver/_/}/tmux-${pkgver/_/}.tar.gz";)
+sha256sums=('d93f351d50af05a75fe6681085670c786d9504a5da2608e481c47cf5e1486db9')
+
+build() {
+       cd "$srcdir/$pkgname-${pkgver/_/}"
+
+       ./configure \
+               --prefix=/usr \
+               --enable-utempter
+       make
+}
+
+package() {
+       cd "$srcdir/$pkgname-${pkgver/_/}"
+
+       make install DESTDIR="$pkgdir"
+       install -D -m0644 COPYING "$pkgdir/usr/share/licenses/tmux/LICENSE"
+}

Reply via email to