summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Audet2017-03-06 10:31:34 -0500
committerJeremy Audet2017-03-06 10:33:59 -0500
commit6f2ae8c108586090e1ab734b8892c3c2382a2ab4 (patch)
tree4b140090ad7c2b67a69f334b43f07e93461b97bb /PKGBUILD
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")