Date: Thursday, June 10, 2021 @ 19:31:48
  Author: eworm
Revision: 961650

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-06-10 19:31:41 UTC (rev 961649)
+++ PKGBUILD    2021-06-10 19:31:48 UTC (rev 961650)
@@ -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.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"
-}

Copied: tmux/repos/community-x86_64/PKGBUILD (from rev 961649, 
tmux/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-06-10 19:31:48 UTC (rev 961650)
@@ -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_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=('551553a4f82beaa8dadc9256800bcc284d7c000081e47aa6ecbb6ff36eacd05f')
+
+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