summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e591d953e06..aa7a6e92ff20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = qpdfview
pkgdesc = A tabbed PDF viewer using the poppler library.
pkgver = 0.4.16
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/qpdfview
install = qpdfview.install
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL2
makedepends = qt5-tools
depends = libcups
diff --git a/PKGBUILD b/PKGBUILD
index 6826cd609b43..5a19d0a14a7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=qpdfview
pkgver=0.4.16
-pkgrel=1
+pkgrel=2
pkgdesc='A tabbed PDF viewer using the poppler library.'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url='https://launchpad.net/qpdfview'
license=('GPL2')
depends=('libcups' 'poppler-qt5' 'qt5-svg' 'desktop-file-utils' 'hicolor-icon-theme')