summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2022-03-26 20:57:20 +0000
committerPellegrino Prevete2022-03-26 20:57:20 +0000
commitd3e01ec7a46005eb61126ec2f0dbe91772ee1ad8 (patch)
tree6ea4c57f0162b748caab3ae4bd72b239b43e8d92
parent1bc4433124dfe4c86dba500c2924fedac768a402 (diff)
downloadaur-d3e01ec7a46005eb61126ec2f0dbe91772ee1ad8.tar.gz
split arch
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a92df943013f..8cc7cd4e22ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=python-$_pkgname-git
pkgver=bf9b55b
pkgrel=2
pkgdesc='a python module for management of a system storage configuration - python 3.x pkg'
-arch=('any')
+arch=('i686' 'x86_64' 'pentium4')
depends=('multipath-tools' 'mpathconf' 'mdadm' 'libblockdev' 'libselinux' 'python-six' 'python-pyudev' 'hawkey' 'python-pyparted' 'python-pykickstart')
license=('LGPL2.1')
url='http://fedoraproject.org/wiki/Blivet'