summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")