summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c3f3d544a0c..2a37bfcbcf38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,8 @@ pkgbase = ppub
pkgver = 1.1
pkgrel = 0
url = https://github.com/halocaridina/pPub
- arch = any
+ arch = i686
+ arch = x86_64
license = GPL2
makedepends = git
makedepends = make
diff --git a/PKGBUILD b/PKGBUILD
index 5dfd72dd3520..1a776b103845 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=ppub
pkgver=1.1
pkgrel=0
pkgdesc="Simple epub reader written using python, gtk3 and webkit"
-arch=('any')
+arch=('i686' 'x86_64')
license=('GPL2')
url="https://github.com/halocaridina/pPub"
depends=('python2' 'gtk3' 'gobject-introspection' 'libwebkit3'