summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Arnott2019-08-11 19:10:35 +0000
committerColin Arnott2019-08-11 19:10:35 +0000
commitd2a707ac7b6d3f8713cf606043d001b06e30d025 (patch)
tree7bb0352c9e93ad2a7eafc360ea8d4f5035addfa4
parentbffab9ff2c7c1bd924494aee77556b98f4bbbeff (diff)
downloadaur-d2a707ac7b6d3f8713cf606043d001b06e30d025.tar.gz
fix source url
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b5a481d9ea9..a64955c864bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
-# Generated by mksrcinfo v8
-# Fri Apr 28 18:24:11 UTC 2017
pkgbase = ruby-http-cookie
pkgdesc = A Ruby library to handle HTTP cookies in a way both compliant with RFCs and compatible with today's major browsers.
pkgver = 1.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sparklemotion/http-cookie
arch = any
license = MIT
makedepends = rubygems
+ makedepends = rdoc
depends = ruby
depends = ruby-domain_name
noextract = http-cookie-1.0.3.gem
- source = http://gems.rubyforge.org/gems/http-cookie-1.0.3.gem
+ source = https://rubygems.org/downloads/http-cookie-1.0.3.gem
sha256sums = 2f11269d817bc52ab2af2721e89a377660a961078de2a3a55fc696d7897e8c00
pkgname = ruby-http-cookie
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f71c635dafda
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!PKGBUILD
+!.SRCINFO
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')