diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-15 00:54:29 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-15 00:54:29 -0500 |
commit | 439a99df157c26665a4f9b686ba4b8a8ab67186d (patch) | |
tree | 4723c46c7784475be627cc65dc3c2be9b008368b /community/activity-log-manager | |
parent | c8a6e62e24256833cac740194205534c19c4e86a (diff) |
Add mips64el in archs
Diffstat (limited to 'community/activity-log-manager')
-rw-r--r-- | community/activity-log-manager/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/activity-log-manager/PKGBUILD b/community/activity-log-manager/PKGBUILD index 1d860b203..861adf798 100644 --- a/community/activity-log-manager/PKGBUILD +++ b/community/activity-log-manager/PKGBUILD @@ -6,7 +6,7 @@ pkgname=activity-log-manager pkgver=0.9.4 pkgrel=3 pkgdesc="A graphical user interface which lets you easily control what gets logged by Zeitgeist" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/activity-log-manager" license=('GPL2') depends=('gtk3' 'libgee' 'libzeitgeist' 'zeitgeist' 'hicolor-icon-theme' 'xdg-utils') |