diff options
Diffstat (limited to 'community/ccmalloc')
-rw-r--r-- | community/ccmalloc/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ccmalloc/PKGBUILD b/community/ccmalloc/PKGBUILD index bbb271bf8..62becbedc 100644 --- a/community/ccmalloc/PKGBUILD +++ b/community/ccmalloc/PKGBUILD @@ -4,9 +4,9 @@ pkgname=ccmalloc pkgver=0.4.0 -pkgrel=2 +pkgrel=2.1 pkgdesc="Track down memory related problems with C and C++ programs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://packages.debian.org/sid/ccmalloc" license=('GPL2') depends=('sh') |