Skip to content

Commit c7b4ab7

Browse files
oklopferook37
andauthored
fix(distrobox): wrong arch array (#6890)
Co-authored-by: ook37 <oren+12345@taumoda.com>
1 parent 9213430 commit c7b4ab7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/distrobox/.SRCINFO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
pkgbase = distrobox
22
gives = distrobox
33
pkgver = 1.8.0
4+
pkgrel = 2
45
pkgdesc = Use any linux distribution inside your terminal
5-
arch = amd64
6+
arch = any
67
optdepends = docker.io: enable docker usage
78
optdepends = podman: enable podman usage
89
breaks = distrobox

packages/distrobox/distrobox.pacscript

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pkgname="distrobox"
2-
arch=("amd64")
2+
arch=("any")
33
pkgver="1.8.0"
4+
pkgrel="2"
45
pkgdesc="Use any linux distribution inside your terminal"
56
repology=("project: distrobox")
67
source=("@${pkgname}~${pkgver}::https://github.com/89luca89/distrobox/archive/refs/tags/${pkgver}.tar.gz")

srclist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2028,8 +2028,9 @@ pkgname = distrobox-git
20282028
pkgbase = distrobox
20292029
gives = distrobox
20302030
pkgver = 1.8.0
2031+
pkgrel = 2
20312032
pkgdesc = Use any linux distribution inside your terminal
2032-
arch = amd64
2033+
arch = any
20332034
optdepends = docker.io: enable docker usage
20342035
optdepends = podman: enable podman usage
20352036
breaks = distrobox

0 commit comments

Comments
 (0)