[arch-commits] Commit in tmate/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Hesse
eworm at archlinux.org
Sun Oct 13 19:02:33 UTC 2019
Date: Sunday, October 13, 2019 @ 19:02:33
Author: eworm
Revision: 515325
archrelease: copy trunk to community-x86_64
Added:
tmate/repos/community-x86_64/PKGBUILD
(from rev 515324, tmate/trunk/PKGBUILD)
Deleted:
tmate/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 63 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-13 19:02:16 UTC (rev 515324)
+++ PKGBUILD 2019-10-13 19:02:33 UTC (rev 515325)
@@ -1,31 +0,0 @@
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Contributor: "Amhairghin" Oscar Garcia Amor
-# Contributors: bhushan, huma, adlaiff6, Invie, solarce
-
-pkgname=tmate
-pkgver=2.3.0
-pkgrel=2
-pkgdesc='Instant terminal sharing'
-arch=('x86_64')
-url='https://tmate.io/'
-license=('BSD')
-depends=('libevent' 'libssh' 'libutempter' 'msgpack-c')
-makedepends=('cmake' 'ruby')
-source=("https://github.com/tmate-io/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('f837514edbc19180d06b27713628466e68aba91654d748d6e65bfad308f5b00a')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- ./autogen.sh
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- make DESTDIR=${pkgdir} install
-
- install -D -m0644 COPYING ${pkgdir}/usr/share/licenses/tmate/COPYING
-}
Copied: tmate/repos/community-x86_64/PKGBUILD (from rev 515324, tmate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-13 19:02:33 UTC (rev 515325)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: "Amhairghin" Oscar Garcia Amor
+# Contributors: bhushan, huma, adlaiff6, Invie, solarce
+
+pkgname=tmate
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Instant terminal sharing'
+arch=('x86_64')
+url='https://tmate.io/'
+license=('BSD')
+depends=('libevent' 'libssh' 'libutempter' 'msgpack-c')
+makedepends=('cmake' 'ruby')
+source=("https://github.com/tmate-io/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('21cb6029d09e3809e37b9b8f1cd96b452197b8c2e28d3551d674b8e580bf4048')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./autogen.sh
+ ./configure \
+ --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+
+ install -D -m0644 COPYING "${pkgdir}"/usr/share/licenses/tmate/COPYING
+}
More information about the arch-commits
mailing list