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 5f51fa10347a..e8612b5e4f19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = ruby-awesome_print
pkgdesc = Great Ruby dubugging companion: pretty print Ruby objects to visualize their structure. Supports custom object formatting via plugins.
pkgver = 1.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/awesome-print/awesome_print
- arch = i686
- arch = x86_64
+ arch = any
license = MIT
depends = ruby
noextract = awesome_print-1.8.0.gem
diff --git a/PKGBUILD b/PKGBUILD
index 263c86627ee9..44f6d3cd0704 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
_gemname=awesome_print
pkgname=ruby-$_gemname
pkgver=1.8.0
-pkgrel=1
+pkgrel=2
pkgdesc='Great Ruby dubugging companion: pretty print Ruby objects to visualize their structure. Supports custom object formatting via plugins.'
-arch=(i686 x86_64)
+arch=(any)
url='https://github.com/awesome-print/awesome_print'
license=(MIT)
depends=('ruby')