diff options
Diffstat (limited to 'extra/gupnp/PKGBUILD')
-rw-r--r-- | extra/gupnp/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gupnp/PKGBUILD b/extra/gupnp/PKGBUILD index 12b2897c2..498810474 100644 --- a/extra/gupnp/PKGBUILD +++ b/extra/gupnp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gupnp pkgver=0.20.2 pkgrel=1 pkgdesc="An object-oriented UPNP framework" -arch=(i686 x86_64) +arch=('i686' 'x86_64' 'mips64el') url="http://gupnp.org/" license=(LGPL) depends=(gssdp util-linux) |