summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2015-07-10 16:36:57 +0500
committerDmitry Kharitonov2015-07-10 16:36:57 +0500
commit25070872015570c66eda6bc3640fb78cdd0116a9 (patch)
tree57965e07fb73710edc4b1467b436a89a49cbc11c
parent9edb723d10d058f0ad99eff2bf53a0431d3b335e (diff)
downloadaur-25070872015570c66eda6bc3640fb78cdd0116a9.tar.gz
arch is any now - it is just a python script
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc3dfda86ce4..6aa6ea5b0280 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = dpsprep-git
pkgver = r7.265cdb1
pkgrel = 1
url = https://github.com/kcroker/dpsprep
- arch = i686
- arch = x86_64
+ arch = any
license = GPL3
depends = git
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 425385b83125..b656883da870 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=r7.265cdb1
pkgrel=1
pkgdesc="Python DJVU to PDF converter which preserves OCR text and bookmark metadata (e.g. TOC)"
url='https://github.com/kcroker/dpsprep'
-arch=('i686' 'x86_64')
+arch=('any')
license=('GPL3')
depends=('git' 'python2' 'python2-sexpdata' 'python2-argparse' 'djvulibre' 'ocrodjvu' 'pdfbeads' 'pdftk-bin' 'ruby-iconv')
source=('git+git://github.com/kcroker/dpsprep.git')