summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a30e53fdf17c..0286f3f56614 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = cccc
pkgrel = 1
url = http://cccc.sourceforge.net/
arch = i686
+ arch = x86_64
license = GPL
source = http://downloads.sourceforge.net/sourceforge/cccc/cccc-3.1.4.tar.gz
md5sums = 7bd3ad868913a0beab2fde931737f928
diff --git a/PKGBUILD b/PKGBUILD
index b07d9d3440b9..6d5bbcb0e145 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=cccc
pkgver=3.1.4
pkgrel=1
pkgdesc="C and C++ Code Counter, code metrics also for Ada and Java files"
-arch=('i686')
+arch=('i686' 'x86_64')
url="http://cccc.sourceforge.net/"
license=('GPL')
source=(http://downloads.sourceforge.net/sourceforge/cccc/$pkgname-$pkgver.tar.gz)