Skip to content

Commit

Permalink
fix(distrobox): wrong arch array (#6890)
Browse files Browse the repository at this point in the history
Co-authored-by: ook37 <[email protected]>
  • Loading branch information
oklopfer and ook37 authored Jan 17, 2025
1 parent 9213430 commit c7b4ab7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/distrobox/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
pkgbase = distrobox
gives = distrobox
pkgver = 1.8.0
pkgrel = 2
pkgdesc = Use any linux distribution inside your terminal
arch = amd64
arch = any
optdepends = docker.io: enable docker usage
optdepends = podman: enable podman usage
breaks = distrobox
Expand Down
3 changes: 2 additions & 1 deletion packages/distrobox/distrobox.pacscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pkgname="distrobox"
arch=("amd64")
arch=("any")
pkgver="1.8.0"
pkgrel="2"
pkgdesc="Use any linux distribution inside your terminal"
repology=("project: distrobox")
source=("@${pkgname}~${pkgver}::https://github.com/89luca89/distrobox/archive/refs/tags/${pkgver}.tar.gz")
Expand Down
3 changes: 2 additions & 1 deletion srclist
Original file line number Diff line number Diff line change
Expand Up @@ -2028,8 +2028,9 @@ pkgname = distrobox-git
pkgbase = distrobox
gives = distrobox
pkgver = 1.8.0
pkgrel = 2
pkgdesc = Use any linux distribution inside your terminal
arch = amd64
arch = any
optdepends = docker.io: enable docker usage
optdepends = podman: enable podman usage
breaks = distrobox
Expand Down

0 comments on commit c7b4ab7

Please sign in to comment.