diff options
Diffstat (limited to 'community/spectrwm/PKGBUILD')
-rw-r--r-- | community/spectrwm/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/spectrwm/PKGBUILD b/community/spectrwm/PKGBUILD index 443fbdee3..92da2b182 100644 --- a/community/spectrwm/PKGBUILD +++ b/community/spectrwm/PKGBUILD @@ -6,11 +6,11 @@ pkgname=spectrwm pkgver=2.0.2 pkgrel=1 pkgdesc="A minimalistic automatic tiling window manager that tries to stay out of the way." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.spectrwm.org" _watch="https://opensource.conformal.com/snapshots/spectrwm/" license=('custom:ISC') -depends=('dmenu' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms' 'libxrandr' 'libxft' 'libxcursor' 'profont') +depends=('dmenu' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms' 'libxrandr' 'libxft' 'libxcursor') replaces=('scrotwm') makedepends=('libxt') optdepends=('scrot: screenshots' 'xlockmore: screenlocking' 'terminus-font: great font') |