summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")