Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-async-websocket
Commits:
6926970b by Andreas Schleifer at 2024-10-04T12:35:39+02:00
upgpkg: 0.30.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
pkgbase = ruby-async-websocket
pkgdesc = An async websocket library on top of websocket-driver
- pkgver = 0.25.1
- pkgrel = 3
+ pkgver = 0.30.0
+ pkgrel = 1
url = https://github.com/socketry/async-websocket
arch = any
license = MIT
- 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-rack
checkdepends = ruby-sus
checkdepends = ruby-sus-fixtures-async-http
@@ -17,11 +18,10 @@ pkgbase = ruby-async-websocket
makedepends = ruby-rdoc
depends = ruby
depends = ruby-async-http
- depends = ruby-async-io
depends = ruby-protocol-rack
depends = ruby-protocol-websocket
options = !emptydirs
- source =
git+https://github.com/socketry/async-websocket.git#commit=06ff17dc3bf2af9f5af1ca0ff1e0751b5dfb0446
- sha256sums = SKIP
+ source = git+https://github.com/socketry/async-websocket.git#tag=v0.30.0
+ sha256sums =
b93a924219105e4cf44ede10319da5417d26e472fe652d27aa490b6c58226c05
pkgname = ruby-async-websocket
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=ruby-async-websocket
-pkgver=0.25.1
-_commit=06ff17dc3bf2af9f5af1ca0ff1e0751b5dfb0446
-pkgrel=3
+pkgver=0.30.0
+pkgrel=1
pkgdesc='An async websocket library on top of websocket-driver'
arch=(any)
url='https://github.com/socketry/async-websocket'
@@ -11,7 +10,6 @@ license=(MIT)
depends=(
ruby
ruby-async-http
- ruby-async-io
ruby-protocol-rack
ruby-protocol-websocket
)
@@ -20,23 +18,27 @@ makedepends=(
ruby-rdoc
)
checkdepends=(
- ruby-bake-modernize
+ ruby-bake
ruby-bake-test
ruby-bake-test-external
ruby-bundler
ruby-covered
+ ruby-decode
ruby-rack
ruby-sus
ruby-sus-fixtures-async-http
)
options=(!emptydirs)
-source=(git+https://github.com/socketry/async-websocket.git#commit=$_commit)
-sha256sums=('SKIP')
+source=("git+${url}.git#tag=v${pkgver}")
+sha256sums=('b93a924219105e4cf44ede10319da5417d26e472fe652d27aa490b6c58226c05')
prepare() {
cd async-websocket
sed -r -e 's|~>|>=|g' -e '/signing_key/d' -i async-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-async-websocket/-/commit/6926970b60726a17ce9feb35289dee60f915365c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async-websocket/-/commit/6926970b60726a17ce9feb35289dee60f915365c
You're receiving this email because of your account on gitlab.archlinux.org.