summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorColin Arnott2019-08-11 19:10:35 +0000
committerColin Arnott2019-08-11 19:10:35 +0000
commitd2a707ac7b6d3f8713cf606043d001b06e30d025 (patch)
tree7bb0352c9e93ad2a7eafc360ea8d4f5035addfa4 /PKGBUILD
parentbffab9ff2c7c1bd924494aee77556b98f4bbbeff (diff)
downloadaur-d2a707ac7b6d3f8713cf606043d001b06e30d025.tar.gz
fix source url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d89ef630e91..cf7864fe9c8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_gemname=http-cookie
pkgname=ruby-$_gemname
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="A Ruby library to handle HTTP cookies in a way both compliant with RFCs and compatible with today's major browsers."
arch=(any)
url="https://github.com/sparklemotion/http-cookie"
license=('MIT')
depends=(ruby ruby-domain_name)
-makedepends=(rubygems)
-source=(http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem)
+makedepends=(rubygems rdoc)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
sha256sums=('2f11269d817bc52ab2af2721e89a377660a961078de2a3a55fc696d7897e8c00')