summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2023-06-26 01:57:00 +0200
committerPellegrino Prevete2023-06-26 01:57:00 +0200
commita0a70b1c16fb7e8fc77c65ed85a51bd2bad7c3d7 (patch)
treec92edea83aef9b6d67d7af233410d1badfd7fb98
parent6bca91736ce81b0920bc5f285b636575d21a1f01 (diff)
downloadaur-a0a70b1c16fb7e8fc77c65ed85a51bd2bad7c3d7.tar.gz
add arch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eb7e2b71f7e..6b033a224c35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,11 @@ pkgbase = python2-lvm
pkgver = 2.02.188
pkgrel = 1
url = http://sourceware.org/lvm
- arch = i686
arch = x86_64
+ arch = i686
+ arch = pentium4
+ arch = aarch64
+ arch = armv7h
license = LGPL2.1
depends = python2
depends = lvm2
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"