diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-10-11 18:31:06 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-10-11 18:31:06 -0500 |
commit | 1221808813e7daf99cbf9cd4491e9a510dad376c (patch) | |
tree | 5a95954b67930a103aa2cdc92053b8c286d8283c /community/cdrtools/PKGBUILD | |
parent | d53c17bfc7766efa4bcb43eecc2906938d3d2ee9 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/cdrtools/PKGBUILD')
-rw-r--r-- | community/cdrtools/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cdrtools/PKGBUILD b/community/cdrtools/PKGBUILD index c6d20cea3..a46301651 100644 --- a/community/cdrtools/PKGBUILD +++ b/community/cdrtools/PKGBUILD @@ -4,7 +4,7 @@ pkgname=cdrtools pkgver=3.01a08 pkgrel=2 pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cdrecord.berlios.de/private/cdrecord.html" license=('CDDL') depends=('acl') |