summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2017-03-06 10:31:34 -0500
committerJeremy Audet2017-03-06 10:33:59 -0500
commit6f2ae8c108586090e1ab734b8892c3c2382a2ab4 (patch)
tree4b140090ad7c2b67a69f334b43f07e93461b97bb
parent54bf5e4fc1f848972d8909bd8ae13c6e1d4680da (diff)
downloadaur-6f2ae8c108586090e1ab734b8892c3c2382a2ab4.tar.gz
Change "url" parameter
The upstream URL references a broken website. Let the upstream URL reference a valid, working website instead. Thanks to @pcmoore for suggesting this fix.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cdbb01698b0..63424cee56b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Jan 28 18:58:16 UTC 2017
+# Mon Mar 6 15:33:48 UTC 2017
pkgbase = ruby-w3c_validators
pkgdesc = A Ruby wrapper for the World Wide Web Consortium's online validation services.
pkgver = 1.3.2
- pkgrel = 1
- url = http://code.dunae.ca/w3c_validators/
+ pkgrel = 2
+ url = https://github.com/w3c-validators/w3c_validators
arch = any
license = GPL
depends = ruby-json
diff --git a/PKGBUILD b/PKGBUILD
index 90ba4d6169d8..e8f9878443f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=ruby-w3c_validators
_pkgname=w3c_validators
pkgver=1.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Ruby wrapper for the World Wide Web Consortium's online validation services."
arch=(any)
-url='http://code.dunae.ca/w3c_validators/'
+url='https://github.com/w3c-validators/w3c_validators'
license=(GPL)
depends=(ruby-json ruby-nokogiri ruby-pkg-config)
source=("https://rubygems.org/downloads/${_pkgname}-${pkgver}.gem")