Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / distrobox
Commits: a62965e9 by Robin Candau at 2026-02-04T19:23:12+01:00 upgpkg: 1.8.2.4-1: New upstream release https://github.com/89luca89/distrobox/releases/tag/1.8.2.4 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = distrobox pkgdesc = Use any linux distribution inside your terminal. - pkgver = 1.8.2.3 + pkgver = 1.8.2.4 pkgrel = 1 url = https://distrobox.it arch = any @@ -9,7 +9,7 @@ pkgbase = distrobox depends = hicolor-icon-theme optdepends = docker: Docker support optdepends = podman: Podman support - source = distrobox-1.8.2.3.tar.gz::https://github.com/89luca89/distrobox/archive/1.8.2.3.tar.gz - sha256sums = b4fcc60c0b856aac93385ea0eb88fb27fdaeb00b365c75e0eed497c306069837 + source = distrobox-1.8.2.4.tar.gz::https://github.com/89luca89/distrobox/archive/1.8.2.4.tar.gz + sha256sums = 83eab6ba893dce56f0523a70ebfcf2a78f7785637a6895255777ef1b72d4eb89 pkgname = distrobox ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: robertfoster pkgname=distrobox -pkgver=1.8.2.3 +pkgver=1.8.2.4 pkgrel=1 pkgdesc="Use any linux distribution inside your terminal." url="https://distrobox.it" @@ -12,7 +12,7 @@ depends=('bash' 'hicolor-icon-theme') optdepends=('docker: Docker support' 'podman: Podman support') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/89luca89/distrobox/archive/${pkgver}.tar.gz") -sha256sums=('b4fcc60c0b856aac93385ea0eb88fb27fdaeb00b365c75e0eed497c306069837') +sha256sums=('83eab6ba893dce56f0523a70ebfcf2a78f7785637a6895255777ef1b72d4eb89') package() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/distrobox/-/commit/a62965e99185a09d5f7ab104ac76eef4919be28f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/distrobox/-/commit/a62965e99185a09d5f7ab104ac76eef4919be28f You're receiving this email because of your account on gitlab.archlinux.org.
