diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-12-11 06:29:43 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-12-11 06:29:43 -0300 |
commit | 742d3c6d05666397dfda394ad66e3525cc3bc3f0 (patch) | |
tree | 0e3fcbbaaa84a2e913f88e7ec34d460617606345 | |
parent | 812b409961d5a9db08b9dcaccc2907e74cd398a8 (diff) | |
parent | deacd15b3f976223e8518e5e0762d3fa0555efe4 (diff) |
Merge branch 'master' of ssh://projects.parabola.nu/~git/abslibre
-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') |