diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-15 06:38:58 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-15 06:38:58 +0100 |
commit | d6534fb76d76cea51df278d9720d1627fd8961ac (patch) | |
tree | 67bca67b793430de71d90db54578dad795a8b65b /libre | |
parent | f34deb9487c5a8acfe411c47e56ebc350c9bb10f (diff) | |
download | abslibre-d6534fb76d76cea51df278d9720d1627fd8961ac.tar.gz abslibre-d6534fb76d76cea51df278d9720d1627fd8961ac.tar.bz2 abslibre-d6534fb76d76cea51df278d9720d1627fd8961ac.zip |
various: removed unsupported arches from $arch array
Diffstat (limited to 'libre')
-rw-r--r-- | libre/distcc-nozeroconf/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/nant/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/ogmrip/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/psutils/PKGBUILD | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libre/distcc-nozeroconf/PKGBUILD b/libre/distcc-nozeroconf/PKGBUILD index 4c12a0c95..b6aff0742 100644 --- a/libre/distcc-nozeroconf/PKGBUILD +++ b/libre/distcc-nozeroconf/PKGBUILD @@ -9,7 +9,7 @@ pkgname=distcc-nozeroconf pkgver=3.2rc1 pkgrel=2 pkgdesc="A distributed C, C++, Obj C compiler" -arch=('i686' 'x86_64' 'mips64el' 'armv7h') +arch=('i686' 'x86_64' 'armv7h') url="https://github.com/distcc/distcc" license=('GPL') depends=('gcc' 'popt') diff --git a/libre/nant/PKGBUILD b/libre/nant/PKGBUILD index 2faa9e401..9f62c70dd 100644 --- a/libre/nant/PKGBUILD +++ b/libre/nant/PKGBUILD @@ -5,7 +5,7 @@ pkgname=nant pkgver=0.92 pkgrel=2.1 pkgdesc="A free .NET build tool" -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') url="http://nant.sourceforge.net" license=("GPL2") depends=('mono-basic') diff --git a/libre/ogmrip/PKGBUILD b/libre/ogmrip/PKGBUILD index 123814595..b70111f9f 100644 --- a/libre/ogmrip/PKGBUILD +++ b/libre/ogmrip/PKGBUILD @@ -10,7 +10,7 @@ pkgname=ogmrip pkgver=1.0.1 pkgrel=5.parabola1 pkgdesc="Libraries and GTK2 interface for DVD ripping using mencoder, without nonfree faac support" -arch=('i686' 'x86_64' 'mips64el' 'armv7h') +arch=('i686' 'x86_64' 'armv7h') url="http://ogmrip.sourceforge.net/" license=('GPL') depends=('libdvdread>=4.1.3' 'mplayer' 'mencoder' 'enca' 'pkg-config' 'gconf' 'libglade' 'libnotify' 'enchant') diff --git a/libre/psutils/PKGBUILD b/libre/psutils/PKGBUILD index b08941119..e5bb833be 100644 --- a/libre/psutils/PKGBUILD +++ b/libre/psutils/PKGBUILD @@ -9,7 +9,7 @@ _pkgname=psutils-libre pkgname=psutils pkgver=1.17 pkgrel=5.parabola1 -arch=('i686' 'x86_64' 'mips64el' 'armv7h') +arch=('i686' 'x86_64' 'armv7h') pkgdesc="A set of postscript utilities, without nonfree files" url="http://knackered.org/angus/psutils/" license=('custom') |