diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-16 18:01:09 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-16 18:01:09 -0500 |
commit | 4d60eff168d18c5986d99374bef73d1accff7235 (patch) | |
tree | 5b55bfd7be79409a25a85a76e78a57c7b8c48d6e /community/dvdbackup/PKGBUILD | |
parent | d503056ff0810f0e9a4d7430dd9a99ef666240d9 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/dvdbackup/PKGBUILD')
-rw-r--r-- | community/dvdbackup/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dvdbackup/PKGBUILD b/community/dvdbackup/PKGBUILD index 271c3344d..17db80fc0 100644 --- a/community/dvdbackup/PKGBUILD +++ b/community/dvdbackup/PKGBUILD @@ -8,7 +8,7 @@ pkgname=dvdbackup pkgver=0.4.2 pkgrel=1 pkgdesc="A tool to rip video DVDs from the command line" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://dvdbackup.sourceforge.net/" license=('GPL') depends=('libdvdread') |