summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfoutrelis2017-11-15 14:29:11 +0000
committerBruno Pagani2022-07-06 22:31:46 +0200
commit9cfdee606003ef43fa575ed57e995eaa4edb5f8e (patch)
tree2fbb4a72bf0fe53b153d9a660ec6223edf3804ab
parent5833abab8e0203235420e861075e78e7c9bd8a51 (diff)
downloadaur-9cfdee606003ef43fa575ed57e995eaa4edb5f8e.tar.gz
Remove i686 from arch=()
FTR, commands used to change arch=() and then verify the changes: $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD* $ grep -r i686 * | grep arch= | grep -v repos $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- | while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do echo "$l1 -> $l2" done | sort -u git-svn-id: file:///srv/repos/svn-community/svn@266875 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4abf55a420a8..088f74d48a01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = ruby-hpricot
pkgver = 0.8.6
pkgrel = 5
url = http://code.whytheluckystiff.net/hpricot/
- arch = i686
arch = x86_64
license = MIT
depends = ruby
diff --git a/PKGBUILD b/PKGBUILD
index 260f30b18c88..3de542f9f3fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=ruby-$_gemname
pkgver=0.8.6
pkgrel=5
pkgdesc='A swift, liberal HTML parser with a fantastic library'
-arch=(i686 x86_64)
+arch=(x86_64)
url='http://code.whytheluckystiff.net/hpricot/'
license=(MIT)
depends=(ruby)