summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPellegrino Prevete2023-06-26 01:57:00 +0200
committerPellegrino Prevete2023-06-26 01:57:00 +0200
commita0a70b1c16fb7e8fc77c65ed85a51bd2bad7c3d7 (patch)
treec92edea83aef9b6d67d7af233410d1badfd7fb98 /PKGBUILD
parent6bca91736ce81b0920bc5f285b636575d21a1f01 (diff)
downloadaur-python2-lvm.tar.gz
add arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f2f020c5353..343ef801ad8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,11 @@ pkgname="${_py}-${_pkg}"
pkgver=2.02.188
pkgrel=1
arch=(
+ x86_64
i686
- x86_64)
+ pentium4
+ aarch64
+ armv7h)
url="http://sourceware.org/${_pkg}"
license=('LGPL2.1')
pkgdesc="Python 2 bindings for LVM"