summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-12-28 19:40:44 -0500
committerPatrick Northon2021-12-28 19:40:44 -0500
commite9c9b17bd07a8a70ba398430898a8e3e4597066f (patch)
tree50f364a97df1fc9197acdc656bbfb013f449bd78
parent622402fbc03dfb30731828a67f94471dda1789e2 (diff)
downloadaur-e9c9b17bd07a8a70ba398430898a8e3e4597066f.tar.gz
Fix arch.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96310eb7ae64..59bbe067819b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = python2-lxml
pkgdesc = Python2 binding for the libxml2 and libxslt libraries
pkgver = 4.6.3
- pkgrel = 2
+ pkgrel = 3
url = https://lxml.de/
- arch = any
+ arch = i686
+ arch = x86_64
license = BSD
license = custom
makedepends = python2-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 1bad4509842a..0b87b3ecda3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=python2-lxml
pkgver=4.6.3
-pkgrel=2
+pkgrel=3
pkgdesc="Python2 binding for the libxml2 and libxslt libraries"
-arch=('any')
+arch=('i686' 'x86_64')
url="https://lxml.de/"
license=('BSD' 'custom')
depends=('python2' 'libxslt')