summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 363fd082f35e..19371691f395 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom Vincent <http://tlvince.com/contact/>
pkgname=ruby-w3c_validators
_pkgname=w3c_validators
-pkgver=1.2
+pkgver=1.3
pkgrel=1
pkgdesc="A Ruby wrapper for the World Wide Web Consortium's online validation services."
arch=("any")
@@ -10,7 +10,7 @@ license=(GPL)
depends=("ruby" "ruby-json" "ruby-nokogiri")
source=("https://rubygems.org/downloads/${_pkgname}-${pkgver}.gem")
noextract=("${_pkgname}-${pkgver}.gem")
-md5sums=('34cc66fc1f94957b68cca3f4a581947c')
+md5sums=('2e70d68e8ef4809d6fd32b8a529860dd')
package() {
cd "${srcdir}"