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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue May 25 21:29:50 UTC 2021


    Date: Tuesday, May 25, 2021 @ 21:29:50
  Author: svenstaro
Revision: 946373

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-25 21:29:45 UTC (rev 946372)
+++ PKGBUILD	2021-05-25 21:29:50 UTC (rev 946373)
@@ -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.7.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=('9087abff708503d9682d2bbe43faa45365f1a0623f7106493271478943f836c011a742d1f194392b9e65890f06185704db6a27eae91814888378e7ad75c137e8')
-b2sums=('b26bd47a911c87913c40ff1fd484fd833f292fa5c71bb43196a69c94243453c39bd61978dcd5f71fbf893a0edb1aa015780bc672ce39fabf5da263b820a56839')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked --features=ssl
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --release --locked --features=ssl
-}
-
-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 946372, websocat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-25 21:29:50 UTC (rev 946373)
@@ -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.8.1
+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=('e8154fc1e6fd9e0ca8f5aa472195995d50a628b9c39bf5af158c02c24a74fbb455fc91f46164f61325980dfd9935fd5fceb091f359bb4e3ddd20b67b47a7bbc4')
+b2sums=('86b45ed1e7702ded0ea89741a785aefff84f84c88b43cc6d5c0856d65c3f5ae9ce7099f940ec02abfbd3039091a7174eedf1378690a6d5f4b75f6db95edceae0')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked --features=ssl
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo test --release --locked --features=ssl
+}
+
+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