diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-04 18:36:53 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-04 18:36:53 -0300 |
commit | 280ca193b5bc51d217b091d74b3229fed40905ba (patch) | |
tree | 6e9ef67a2597a6cbe6bb26ad395b4548d8453929 | |
parent | 738f233e401d5bb384d11fde8f109b3804d0da3f (diff) |
porting
-rw-r--r-- | community/libunistring/PKGBUILD | 2 | ||||
-rw-r--r-- | community/ristretto/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/community/libunistring/PKGBUILD b/community/libunistring/PKGBUILD index c08199c03..333c57ad9 100644 --- a/community/libunistring/PKGBUILD +++ b/community/libunistring/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.9.3 pkgrel=4 pkgdesc="Library for manipulating Unicode strings and C strings." url="http://www.gnu.org/software/libunistring/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('glibc') install=${pkgname}.install diff --git a/community/ristretto/PKGBUILD b/community/ristretto/PKGBUILD index 4dbc96b42..b491796f7 100644 --- a/community/ristretto/PKGBUILD +++ b/community/ristretto/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ristretto pkgver=0.3.6 pkgrel=1 pkgdesc="A fast and lightweight picture-viewer for Xfce" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://goodies.xfce.org/projects/applications/ristretto" license=('GPL') depends=('libxfce4ui' 'libexif' 'exo' 'desktop-file-utils') |