Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / distrobox
Commits: 126ecfea by Robin Candau at 2025-11-06T19:39:56+01:00 upgpkg: 1.8.2.1-1: New upstream release https://github.com/89luca89/distrobox/releases/tag/1.8.2.1 - - - - - 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.0 + pkgver = 1.8.2.1 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.0.tar.gz::https://github.com/89luca89/distrobox/archive/1.8.2.0.tar.gz - sha256sums = c0afc3bac212840ffe3bdb335d0659e0976b0b566a993755f6846e444b9fa40a + source = distrobox-1.8.2.1.tar.gz::https://github.com/89luca89/distrobox/archive/1.8.2.1.tar.gz + sha256sums = 2c6b2ac9e0db04eb22edab1572b1e62284f5f651c292f536c59fb908d573d0a2 pkgname = distrobox ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: robertfoster pkgname=distrobox -pkgver=1.8.2.0 +pkgver=1.8.2.1 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=('c0afc3bac212840ffe3bdb335d0659e0976b0b566a993755f6846e444b9fa40a') +sha256sums=('2c6b2ac9e0db04eb22edab1572b1e62284f5f651c292f536c59fb908d573d0a2') package() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/distrobox/-/commit/126ecfeadf2a05868505cf83211536eee772f664 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/distrobox/-/commit/126ecfeadf2a05868505cf83211536eee772f664 You're receiving this email because of your account on gitlab.archlinux.org.
