diff options
Diffstat (limited to 'community/commoncpp2/PKGBUILD')
-rw-r--r-- | community/commoncpp2/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/commoncpp2/PKGBUILD b/community/commoncpp2/PKGBUILD index 806cc23a9..d5d5e8a33 100644 --- a/community/commoncpp2/PKGBUILD +++ b/community/commoncpp2/PKGBUILD @@ -8,9 +8,9 @@ pkgname=commoncpp2 pkgver=1.8.1 -pkgrel=3 +pkgrel=3.1 pkgdesc="GNU Common C++ 2" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.gnu.org/software/commoncpp/' license=('GPL' 'custom') depends=('gcc-libs' 'zlib' 'sh') |