summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoberto Valentini2018-03-14 07:51:19 +0100
committerRoberto Valentini2018-03-14 07:51:19 +0100
commit63b2d7d075e7af8f83f0ae46be07ae8535d56dac (patch)
treed5c49bfec1f36d361a22feb5a122a11ee492a816 /PKGBUILD
parent2cd291687ce56a1d7a00b5f3c751a2c6c1f3eb7a (diff)
downloadaur-63b2d7d075e7af8f83f0ae46be07ae8535d56dac.tar.gz
fix arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')