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

Levente Polyak anthraxx at gemini.archlinux.org
Tue Aug 30 22:54:45 UTC 2022


    Date: Tuesday, August 30, 2022 @ 22:54:45
  Author: anthraxx
Revision: 1289091

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 22:54:40 UTC (rev 1289090)
+++ PKGBUILD	2022-08-30 22:54:45 UTC (rev 1289091)
@@ -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.9.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=('0506b2047652c83a0f1b0df25179831cc2733392ebd208bcc09cc60eb6567cc339fde268f0d98eb0b6f00df48640a3e28d2115c7bf2b8519a9b86cb9389c7050')
-b2sums=('ee8dd571f7c4ab2562d1acd563dd9d2ab7cb8b5c48e06a4a1774f8a1762ab337303dfe9b42799e134c7f4e55b214b15ee232f55d0647167d3d2f54ede4f7d509')
-
-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 1289090, websocat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-30 22:54:45 UTC (rev 1289091)
@@ -0,0 +1,41 @@
+# 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.10.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=('9b1b014246449e4b2314917642a28772409f925190715564739e4d76b87fad3adeaa7518ff9536c06844bbba2854923d0999eaf208bc7b28576016b6110b52b4')
+b2sums=('44f4c1fd20cd32cdf86ae1e0590c3b6ab9743e37106ec42af032bf76df1655dad069d0106e4bae4377a57022a66844686ed40447f9f51ae7633b7499b7d669d3')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # https://github.com/vi/websocat/issues/159
+  mv Cargo.lock.freebsd Cargo.lock
+}
+
+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