summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2024-04-14 02:54:14 +0300
committergardenapple2024-04-14 02:54:18 +0300
commitf921045f3de29530dcc8554c20ed22f6da5c8f7e (patch)
treeb68337bb6e894941cea60733dff4a98d8c6e9c9d
parent370b4d525b0f30035f43a2f4fa657152888f35f7 (diff)
downloadaur-ruby-httpclient-fixcerts.tar.gz
Reformat license field to SPDX
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 586c7780e808..4d223b72c44b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = ruby-httpclient-fixcerts
pkgdesc = Gives something like the functionality of libwww-perl (LWP) in Ruby
pkgver = 2.8.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nahi/httpclient
arch = any
- license = custom:RUBY
+ license = Ruby
depends = ruby
provides = ruby-httpclient
noextract = httpclient-fixcerts-2.8.5.gem
diff --git a/PKGBUILD b/PKGBUILD
index 012ec84f2346..742e8282ef74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
_gemname=httpclient-fixcerts
pkgname=ruby-$_gemname
pkgver=2.8.5
-pkgrel=1
+pkgrel=2
pkgdesc='Gives something like the functionality of libwww-perl (LWP) in Ruby'
arch=(any)
url='https://github.com/nahi/httpclient'
-license=("custom:RUBY")
+license=("Ruby")
depends=(ruby)
options=(!emptydirs)
provides=("ruby-httpclient")