Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-localhost


Commits:
e369193f by Andreas Schleifer at 2024-07-01T00:19:12+02:00
upgpkg: 1.1.10-2: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,22 @@
+pkgbase = ruby-localhost
+       pkgdesc = Manage a local certificate authority for self-signed 
localhost development servers
+       pkgver = 1.1.10
+       pkgrel = 2
+       url = https://github.com/socketry/localhost
+       arch = any
+       license = MIT
+       checkdepends = ruby-async-process
+       checkdepends = ruby-bake-modernize
+       checkdepends = ruby-bake-test
+       checkdepends = ruby-bake-test-external
+       checkdepends = ruby-bundler
+       checkdepends = ruby-covered
+       checkdepends = ruby-sus-fixtures-async
+       makedepends = git
+       makedepends = ruby-rdoc
+       depends = ruby
+       options = !emptydirs
+       source = 
git+https://github.com/socketry/localhost.git#commit=4d85ada0ce511f8427ad2eba1f6f174f5bf84ef3
+       sha256sums = SKIP
+
+pkgname = ruby-localhost


=====================================
PKGBUILD
=====================================
@@ -3,14 +3,27 @@
 pkgname=ruby-localhost
 pkgver=1.1.10
 _commit=4d85ada0ce511f8427ad2eba1f6f174f5bf84ef3
-pkgrel=1
+pkgrel=2
 pkgdesc='Manage a local certificate authority for self-signed localhost 
development servers'
 arch=(any)
 url='https://github.com/socketry/localhost'
 license=(MIT)
-depends=(ruby)
-makedepends=(git ruby-covered ruby-sus ruby-sus-fixtures-async)
-checkdepends=(ruby-bake-modernize ruby-bake-test ruby-bake-test-external 
ruby-async-io ruby-async-process)
+depends=(
+  ruby
+)
+makedepends=(
+  git
+  ruby-rdoc
+)
+checkdepends=(
+  ruby-async-process
+  ruby-bake-modernize
+  ruby-bake-test
+  ruby-bake-test-external
+  ruby-bundler
+  ruby-covered
+  ruby-sus-fixtures-async
+)
 options=(!emptydirs)
 source=(git+https://github.com/socketry/localhost.git#commit=$_commit)
 sha256sums=('SKIP')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-localhost/-/commit/e369193f9e0a51166a6dc9a4718bbee0f1e40892

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-localhost/-/commit/e369193f9e0a51166a6dc9a4718bbee0f1e40892
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to