Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
distrobox


Commits:
c299231b by Robin Candau at 2024-03-25T21:33:52+01:00
upgpkg: 1.7.1-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,15 @@
 pkgbase = distrobox
        pkgdesc = Use any linux distribution inside your terminal.
-       pkgver = 1.7.0.1
+       pkgver = 1.7.1
        pkgrel = 1
        url = https://distrobox.it
        arch = any
        license = GPL-3.0-only
        depends = bash
+       depends = hicolor-icon-theme
        optdepends = docker: Docker support
        optdepends = podman: Podman support
-       source = 
distrobox-1.7.0.1.tar.gz::https://github.com/89luca89/distrobox/archive/1.7.0.1.tar.gz
-       sha256sums = 
40a366955385efbf79c170e92bb14d4e2ae66b253bafa0ddb49ec39c4bd2b616
+       source = 
distrobox-1.7.1.tar.gz::https://github.com/89luca89/distrobox/archive/1.7.1.tar.gz
+       sha256sums = 
a39ce0b579e8e7c7599b5effaf53462814d443ce5d30131e19db2f8b830f242f
 
 pkgname = distrobox


=====================================
PKGBUILD
=====================================
@@ -2,17 +2,17 @@
 # Contributor: robertfoster
 
 pkgname=distrobox
-pkgver=1.7.0.1
+pkgver=1.7.1
 pkgrel=1
 pkgdesc="Use any linux distribution inside your terminal."
 arch=('any')
 url="https://distrobox.it";
 license=('GPL-3.0-only')
-depends=('bash')
+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=('40a366955385efbf79c170e92bb14d4e2ae66b253bafa0ddb49ec39c4bd2b616')
+sha256sums=('a39ce0b579e8e7c7599b5effaf53462814d443ce5d30131e19db2f8b830f242f')
 
 package() {
        cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/distrobox/-/commit/c299231b0dfc1e83f0f9ec7097e7d0f78d16c212

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/distrobox/-/commit/c299231b0dfc1e83f0f9ec7097e7d0f78d16c212
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to