diff options
-rw-r--r-- | libre/blackbox/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/epdfview/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libre/blackbox/PKGBUILD b/libre/blackbox/PKGBUILD index 9bd6ef66e..354467f44 100644 --- a/libre/blackbox/PKGBUILD +++ b/libre/blackbox/PKGBUILD @@ -9,7 +9,7 @@ pkgver=0.70.1 pkgrel=13.parabola1 pkgdesc="A window manager for X11, without nonfree programs on the menu" url="http://${pkgname}wm.sourceforge.net/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') depends=('gcc-libs' 'libxft' 'libxext' 'libx11' 'libxt') replaces=($pkgname-libre) conflicts=($pkgname-libre) diff --git a/libre/epdfview/PKGBUILD b/libre/epdfview/PKGBUILD index a2563f62a..aa09269c6 100644 --- a/libre/epdfview/PKGBUILD +++ b/libre/epdfview/PKGBUILD @@ -12,7 +12,7 @@ pkgver=0.1.8 pkgrel=7.parabola1 pkgdesc='Lightweight PDF document viewer, without nonfree suggestions' url="http://freecode.com/projects/$pkgname" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') license=('GPL') depends=('poppler-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'gtk2' 'xdg-utils') makedepends=('pkgconfig') |