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 /pcr/nautilus-dropbox/PKGBUILD | |
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 'pcr/nautilus-dropbox/PKGBUILD')
-rw-r--r-- | pcr/nautilus-dropbox/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/nautilus-dropbox/PKGBUILD b/pcr/nautilus-dropbox/PKGBUILD index de533023d..9129cb7ec 100644 --- a/pcr/nautilus-dropbox/PKGBUILD +++ b/pcr/nautilus-dropbox/PKGBUILD @@ -3,13 +3,13 @@ # Contributor (Arch): fazibear <fazibear@gmail.com> # Contributor (Arch): neuromante <lorenzo.nizzi.grifi@gmail.com> # Contributor (Arch): Gordin <9ordin @t gmail.com> -# Maintainer : Parabola GNU / Linux-libre Aurélien Desbrières <aurelien@cwb.io> +# Maintainer : Parabola GNU / Linux-libre Aurélien Desbrières <aurelien@cwb.io> pkgname=nautilus-dropbox pkgver=1.4.0 pkgrel=2 pkgdesc="Dropbox for Linux - Nautilus extension" -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') url="https://www.dropbox.com/" license=('custom:CC-BY-ND-3' 'GPL') depends=('libnotify' 'nautilus' 'dropbox' 'hicolor-icon-theme') |