summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatoly Bashmakov2022-01-24 09:17:11 +0200
committerAnatoly Bashmakov2022-01-24 09:17:11 +0200
commit28263723d846d0832659d2be99013c17af85709e (patch)
tree23227b093cab414147039571266882e18164d64d
parent222fb5e576d2814554cfc14a78b096d676bce63e (diff)
downloadaur-28263723d846d0832659d2be99013c17af85709e.tar.gz
fix url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 892b7b7a327d..bc3738ab76b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ruby-json_pure
pkgdesc = JSON Implementation for Ruby
pkgver = 2.6.1
- pkgrel = 1
- url = http://flori.github.com/json
+ pkgrel = 2
+ url = http://flori.github.io/json/
arch = any
license = RUBY
makedepends = ruby-rdoc
diff --git a/PKGBUILD b/PKGBUILD
index 59513b8d79c8..e4c71d272fbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
_gemname=json_pure
pkgname=ruby-$_gemname
pkgver=2.6.1
-pkgrel=1
+pkgrel=2
pkgdesc='JSON Implementation for Ruby'
arch=(any)
-url='http://flori.github.com/json'
+url='http://flori.github.io/json/'
license=(RUBY)
depends=(ruby)
makedepends=(ruby-rdoc)