diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-08-31 01:24:08 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-08-31 01:24:08 -0500 |
commit | 82052c1e8b9ba46f9d802c583709ec5a47577df1 (patch) | |
tree | 37017d6bc1a9e8777f6f5abbd8f8b1177bcf6cc6 | |
parent | f945a6a14843dcca046e22f28d0cb0ca75fe27de (diff) |
Add mips64el in archs
-rw-r--r-- | community/qsynergy/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/mc-libre/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/community/qsynergy/PKGBUILD b/community/qsynergy/PKGBUILD index ce7985113..e8a5fb71b 100644 --- a/community/qsynergy/PKGBUILD +++ b/community/qsynergy/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Qt gui for Synergy which lets you remotely control other computers." url="http://www.volker-lanz.de/en/software/qsynergy/" license=(GPL) -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('qt' 'synergy') source=("http://sourceforge.net/projects/$pkgname/files/$pkgver/$pkgname-$pkgver.tar.gz") md5sums=('17d8989668016185b859332aacf9e7df') diff --git a/libre/mc-libre/PKGBUILD b/libre/mc-libre/PKGBUILD index 3528fba0e..fabd87469 100644 --- a/libre/mc-libre/PKGBUILD +++ b/libre/mc-libre/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mc-libre pkgver=4.8.4 pkgrel=1 pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.ibiblio.org/mc/" license=('GPL') depends=('e2fsprogs' 'glib2' 'pcre' 'gpm' 'slang') |