[arch-commits] Commit in tmux/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

Christian Hesse eworm at gemini.archlinux.org
Wed Jun 1 16:33:13 UTC 2022


    Date: Wednesday, June 1, 2022 @ 16:33:13
  Author: eworm
Revision: 1218311

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-01 16:33:07 UTC (rev 1218310)
+++ PKGBUILD	2022-06-01 16:33:13 UTC (rev 1218311)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer:  TDY <tdy at gmx.com>
-# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
-
-pkgname=tmux
-pkgver=3.3
-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=('973d76f6e92e9273d6c4be7b1150ca5b17075db1eda6408b7419245393f6720b')
-
-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-testing-x86_64/PKGBUILD (from rev 1218310, tmux/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-01 16:33:13 UTC (rev 1218311)
@@ -0,0 +1,28 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=tmux
+pkgver=3.3
+pkgrel=2
+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=('b2382ac391f6a1c5b93293016cdc9488337d9a04b9d611ae05eac164740351dc')
+
+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"
+}



More information about the arch-commits mailing list