summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2022-02-13 16:27:10 -0500
committerPatrick Northon2022-02-13 16:27:10 -0500
commited9eb7204fcc0e68bbf533bf91a4897e082d3e11 (patch)
tree945e9a8d51d51f348fe7c840e2f16c9fd66ca4a1
parent99a3323fe31fb5da044a363e747503ca2e0ebfff (diff)
downloadaur-ed9eb7204fcc0e68bbf533bf91a4897e082d3e11.tar.gz
Add armv7h to arch.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea7ca0387188..f338eca90deb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python2-lxml
pkgdesc = Python2 binding for the libxml2 and libxslt libraries
pkgver = 4.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://lxml.de/
arch = i686
arch = x86_64
+ arch = armv7h
license = BSD
license = custom
makedepends = python2-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index bca9b536486d..cf96b6efcff4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=python2-lxml
pkgver=4.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python2 binding for the libxml2 and libxslt libraries"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="https://lxml.de/"
license=('BSD' 'custom')
depends=('python2' 'libxslt')