Date: Tuesday, April 13, 2021 @ 08:35:05
  Author: eworm
Revision: 916751

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-04-13 08:34:59 UTC (rev 916750)
+++ PKGBUILD    2021-04-13 08:35:05 UTC (rev 916751)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer:  TDY <[email protected]>
-# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
-
-pkgname=tmux
-pkgver=3.1_c
-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=('918f7220447bef33a1902d4faff05317afd9db4ae1c9971bef5c787ac6c88386')
-
-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 916750, 
tmux/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-04-13 08:35:05 UTC (rev 916751)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer:  TDY <[email protected]>
+# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
+
+pkgname=tmux
+pkgver=3.2
+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=('664d345338c11cbe429d7ff939b92a5191e231a7c1ef42f381cebacb1e08a399')
+
+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