diff options
Diffstat (limited to 'community/p2c')
-rw-r--r-- | community/p2c/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/p2c/PKGBUILD b/community/p2c/PKGBUILD index 0a22bcdef..c55a1276d 100644 --- a/community/p2c/PKGBUILD +++ b/community/p2c/PKGBUILD @@ -7,7 +7,7 @@ pkgname=p2c pkgver=1.21alpha2 pkgrel=10 pkgdesc="pascal to c/c++ converter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://packages.debian.org/sid/p2c" license=('GPL') depends=('perl') |