summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfarwayer2020-06-16 23:12:13 +0300
committerfarwayer2020-06-16 23:12:13 +0300
commit6381509391bdb504b8d6434c90b69071cc6619b3 (patch)
tree094bde79115d719c4d34025798f9af2c9738c958
parentd62a4920a1feafb6a00c6c2cf2c9d42b4335017c (diff)
downloadaur-6381509391bdb504b8d6434c90b69071cc6619b3.tar.gz
new ruby ver, any arch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f196ab0d989a..d82458ce9dbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = ruby-json-1
pkgdesc = JSON Implementation for Ruby
pkgver = 1.8.6
- pkgrel = 1
+ pkgrel = 2
url = http://flori.github.com/json
- arch = i686
- arch = x86_64
+ arch = any
license = Ruby
depends = ruby
provides = ruby-json=1.8.6
diff --git a/PKGBUILD b/PKGBUILD
index 804a18e1d51a..d5ed87c91e6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
_gemname=json
pkgname=ruby-$_gemname-1
pkgver=1.8.6
-pkgrel=1
+pkgrel=2
pkgdesc='JSON Implementation for Ruby'
-arch=(i686 x86_64)
+arch=(any)
url='http://flori.github.com/json'
license=(Ruby)
provides=("ruby-json=$pkgver")