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

Levente Polyak anthraxx at archlinux.org
Tue Mar 9 20:57:48 UTC 2021


    Date: Tuesday, March 9, 2021 @ 20:57:48
  Author: anthraxx
Revision: 887156

archrelease: copy trunk to community-x86_64

Added:
  websocat/repos/community-x86_64/PKGBUILD
    (from rev 887155, websocat/trunk/PKGBUILD)
Deleted:
  websocat/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-09 20:57:43 UTC (rev 887155)
+++ PKGBUILD	2021-03-09 20:57:48 UTC (rev 887156)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Stefan Tatschner <stefan at rumpelsepp.org>
-# Contributor: kpcyrd <git at rxv.cc>
-
-pkgname=websocat
-pkgver=1.6.0
-pkgrel=2
-pkgdesc='Command-line client for web sockets, like netcat/curl/socat for ws://'
-url='https://github.com/vi/websocat/'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc' 'openssl' 'gcc-libs')
-makedepends=('cargo')
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('e41d69541d9322f43f0296fe853777372b7f1d011839a0f860e8cbbe37bdac61267d1f33e198a650bf830626fc621745e204bb5a0ba5c7317afa972ff22ada9c')
-b2sums=('ea859753e53876cd3fb75b2c924b7a8452135795d1fa6f3c66b6b7d253851f35a4d3a56cc668e0ef46be64c0dea75a1fd24c25024015df3597512c43c5000db5')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked --features=ssl
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm 755 target/release/websocat -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md doc.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: websocat/repos/community-x86_64/PKGBUILD (from rev 887155, websocat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-09 20:57:48 UTC (rev 887156)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Stefan Tatschner <stefan at rumpelsepp.org>
+# Contributor: kpcyrd <git at rxv.cc>
+
+pkgname=websocat
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Command-line client for web sockets, like netcat/curl/socat for ws://'
+url='https://github.com/vi/websocat/'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc' 'openssl' 'gcc-libs')
+makedepends=('cargo')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('9087abff708503d9682d2bbe43faa45365f1a0623f7106493271478943f836c011a742d1f194392b9e65890f06185704db6a27eae91814888378e7ad75c137e8')
+b2sums=('b26bd47a911c87913c40ff1fd484fd833f292fa5c71bb43196a69c94243453c39bd61978dcd5f71fbf893a0edb1aa015780bc672ce39fabf5da263b820a56839')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked --features=ssl
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm 755 target/release/websocat -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md doc.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list