Date: Friday, October 7, 2022 @ 19:31:36 Author: felixonmars Revision: 1324302
upgpkg: ruby-http 5.1.0-1 Modified: ruby-http/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-07 19:29:44 UTC (rev 1324301) +++ PKGBUILD 2022-10-07 19:31:36 UTC (rev 1324302) @@ -6,10 +6,10 @@ pkgdesc='A fast Ruby HTTP client with a chainable API, streaming support, and timeouts' arch=(any) url='https://github.com/httprb/http' -license=(Apache) +license=(MIT) depends=(ruby-addressable ruby-http-cookie ruby-http-form_data ruby-llhttp-ffi) makedepends=(ruby-rake ruby-rspec) -checkdepends=(ruby-certificate_authority ruby-nokogiri ruby-rspec-its ruby-simplecov ruby-webrick) +checkdepends=(ruby-certificate_authority ruby-rspec-its ruby-simplecov ruby-webrick) options=(!emptydirs) source=(https://github.com/httprb/http/archive/v$pkgver/$pkgname-$pkgver.tar.gz) sha256sums=('1f99b6c6a1dd03f16aa6d4f62c59cff644488efb03b4dbd5c935151aa1f02f2b') @@ -58,4 +58,5 @@ package() { cd http-$pkgver cp -a tmp_install/* "$pkgdir"/ + install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/ }
