[arch-commits] Commit in websocat/trunk (PKGBUILD)

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


    Date: Tuesday, August 30, 2022 @ 22:54:40
  Author: anthraxx
Revision: 1289090

upgpkg: websocat 1.10.1-1

Modified:
  websocat/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 22:44:31 UTC (rev 1289089)
+++ PKGBUILD	2022-08-30 22:54:40 UTC (rev 1289090)
@@ -3,7 +3,7 @@
 # Contributor: kpcyrd <git at rxv.cc>
 
 pkgname=websocat
-pkgver=1.9.0
+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/'
@@ -12,9 +12,15 @@
 depends=('glibc' 'openssl' 'gcc-libs')
 makedepends=('cargo')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('0506b2047652c83a0f1b0df25179831cc2733392ebd208bcc09cc60eb6567cc339fde268f0d98eb0b6f00df48640a3e28d2115c7bf2b8519a9b86cb9389c7050')
-b2sums=('ee8dd571f7c4ab2562d1acd563dd9d2ab7cb8b5c48e06a4a1774f8a1762ab337303dfe9b42799e134c7f4e55b214b15ee232f55d0647167d3d2f54ede4f7d509')
+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



More information about the arch-commits mailing list