Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-protocol-websocket
Commits:
e5941ace by Andreas Schleifer at 2024-10-04T12:23:30+02:00
upgpkg: 0.19.0-1; no checks
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,26 +1,28 @@
pkgbase = ruby-protocol-websocket
pkgdesc = A low level implementation of the WebSocket protocol
- pkgver = 0.11.1
- pkgrel = 4
+ pkgver = 0.19.0
+ pkgrel = 1
url = https://github.com/socketry/protocol-websocket
arch = any
license = MIT
checkdepends = ruby-async-http
checkdepends = ruby-async-websocket
- checkdepends = ruby-bake-modernize
+ checkdepends = ruby-bake
checkdepends = ruby-bake-test
checkdepends = ruby-bake-test-external
checkdepends = ruby-bundler
checkdepends = ruby-covered
+ checkdepends = ruby-decode
checkdepends = ruby-falcon
checkdepends = ruby-sus
+ checkdepends = ruby-sus-fixtures-async
+ checkdepends = ruby-sus-fixtures-async-http
makedepends = git
makedepends = ruby-rdoc
depends = ruby
depends = ruby-protocol-http
- depends = ruby-protocol-http1
options = !emptydirs
- source =
git+https://github.com/socketry/protocol-websocket.git#commit=14292e9c0c55708efa4995ccbe0568fa5b243a9b
- sha256sums = SKIP
+ source =
git+https://github.com/socketry/protocol-websocket.git#tag=v0.19.0
+ sha256sums =
07a5a539afb8fc6e53c9da0914cb69318a805c5a7f7d6fa1ea0a7828d169a89e
pkgname = ruby-protocol-websocket
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=ruby-protocol-websocket
-pkgver=0.11.1
-_commit=14292e9c0c55708efa4995ccbe0568fa5b243a9b
-pkgrel=4
+pkgver=0.19.0
+pkgrel=1
pkgdesc='A low level implementation of the WebSocket protocol'
arch=(any)
url='https://github.com/socketry/protocol-websocket'
@@ -11,7 +10,6 @@ license=(MIT)
depends=(
ruby
ruby-protocol-http
- ruby-protocol-http1
)
makedepends=(
git
@@ -20,22 +18,28 @@ makedepends=(
checkdepends=(
ruby-async-http
ruby-async-websocket
- ruby-bake-modernize
+ ruby-bake
ruby-bake-test
ruby-bake-test-external
ruby-bundler
ruby-covered
+ ruby-decode
ruby-falcon
ruby-sus
+ ruby-sus-fixtures-async
+ ruby-sus-fixtures-async-http
)
options=(!emptydirs)
-source=(git+https://github.com/socketry/protocol-websocket.git#commit=$_commit)
-sha256sums=('SKIP')
+source=("git+${url}.git#tag=v${pkgver}")
+sha256sums=('07a5a539afb8fc6e53c9da0914cb69318a805c5a7f7d6fa1ea0a7828d169a89e')
prepare() {
cd protocol-websocket
sed -r -e 's|~>|>=|g' -e '/signing_key/d' -i protocol-websocket.gemspec
- sed -i '/bake-gem/d;/utopia-project/d' gems.rb
+ sed --in-place \
+ --expression '/group :maintenance/,/end/d' \
+ --expression '/rubocop/d' \
+ gems.rb
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-websocket/-/commit/e5941acef257341cb1b6e078aac91ac7ccfbeba7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-websocket/-/commit/e5941acef257341cb1b6e078aac91ac7ccfbeba7
You're receiving this email because of your account on gitlab.archlinux.org.