summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76ef5328b801..63b03e181729 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = pcc-libs
pkgver = 1.1.0
pkgrel = 1
url = http://pcc.ludd.ltu.se/
- arch = i686
arch = x86_64
license = custom:BSD
source = http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/pcc-libs-1.1.0.tgz
diff --git a/PKGBUILD b/PKGBUILD
index 6a00ffefad86..aa6281138901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=pcc-libs
pkgver=1.1.0
pkgrel=1
pkgdesc="Libraries for the Portable C Compiler"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://pcc.ludd.ltu.se/"
license=('custom:BSD')
source=("http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/${pkgname}-${pkgver}.tgz"