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


Commits:
9af765b5 by Robin Candau at 2024-03-27T12:48:06+01:00
upgpkg: 1.7.1.0-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = distrobox
        pkgdesc = Use any linux distribution inside your terminal.
-       pkgver = 1.7.1
+       pkgver = 1.7.1.0
        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.7.1.tar.gz::https://github.com/89luca89/distrobox/archive/1.7.1.tar.gz
-       sha256sums = 
a39ce0b579e8e7c7599b5effaf53462814d443ce5d30131e19db2f8b830f242f
+       source = 
distrobox-1.7.1.0.tar.gz::https://github.com/89luca89/distrobox/archive/1.7.1.0.tar.gz
+       sha256sums = 
71af97c7033cdd3f2679e922b52e5b6c801d697af63bbe3f9d771948c6575e90
 
 pkgname = distrobox


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: robertfoster
 
 pkgname=distrobox
-pkgver=1.7.1
+pkgver=1.7.1.0
 pkgrel=1
 pkgdesc="Use any linux distribution inside your terminal."
 arch=('any')
@@ -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=('a39ce0b579e8e7c7599b5effaf53462814d443ce5d30131e19db2f8b830f242f')
+sha256sums=('71af97c7033cdd3f2679e922b52e5b6c801d697af63bbe3f9d771948c6575e90')
 
 package() {
        cd "${pkgname}-${pkgver}"



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

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


Reply via email to