summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnatoly Bashmakov2022-01-24 09:17:11 +0200
committerAnatoly Bashmakov2022-01-24 09:17:11 +0200
commit28263723d846d0832659d2be99013c17af85709e (patch)
tree23227b093cab414147039571266882e18164d64d /PKGBUILD
parent222fb5e576d2814554cfc14a78b096d676bce63e (diff)
downloadaur-28263723d846d0832659d2be99013c17af85709e.tar.gz
fix url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)