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


Commits:
714adb03 by Robin Candau at 2024-02-29T11:04:59+01:00
upgpkg: 1.7.0-1: New upstream release
Warning: Breaking changes about exported apps and binaries
See https://github.com/89luca89/distrobox/releases/tag/1.7.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,14 @@
 pkgbase = distrobox
        pkgdesc = Use any linux distribution inside your terminal.
-       pkgver = 1.6.0.1
-       pkgrel = 2
+       pkgver = 1.7.0
+       pkgrel = 1
        url = https://distrobox.it
        arch = any
        license = GPL-3.0-only
        depends = bash
        optdepends = docker: Docker support
        optdepends = podman: Podman support
-       source = 
distrobox-1.6.0.1.tar.gz::https://github.com/89luca89/distrobox/archive/1.6.0.1.tar.gz
-       source = 
fix-sudo-root-passwd.patch::https://github.com/89luca89/distrobox/commit/3b1e312f884cad2185c3b57dcde470a5d7914c61.patch
-       sha256sums = 
d6b1330b56f6a1bf844c26a27d87f39efd8ae088ed3063f6513d48cf9c18f57e
-       sha256sums = 
9bc5c67be3a0a1adf70dc27fd5d19ba00ecdcfc44fbeaa36b153c0b7dfe23b88
+       source = 
distrobox-1.7.0.tar.gz::https://github.com/89luca89/distrobox/archive/1.7.0.tar.gz
+       sha256sums = 
ede6267a4e26c43535622e0ca3b27bc35bdeb5cbc97e551f094b852447457200
 
 pkgname = distrobox


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: robertfoster
 
 pkgname=distrobox
-pkgver=1.6.0.1
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
 pkgdesc="Use any linux distribution inside your terminal."
 arch=('any')
 url="https://distrobox.it";
@@ -11,16 +11,8 @@ license=('GPL-3.0-only')
 depends=('bash')
 optdepends=('docker: Docker support'
            'podman: Podman support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/89luca89/distrobox/archive/${pkgver}.tar.gz";
-       
"fix-sudo-root-passwd.patch::https://github.com/89luca89/distrobox/commit/3b1e312f884cad2185c3b57dcde470a5d7914c61.patch";)
-sha256sums=('d6b1330b56f6a1bf844c26a27d87f39efd8ae088ed3063f6513d48cf9c18f57e'
-            '9bc5c67be3a0a1adf70dc27fd5d19ba00ecdcfc44fbeaa36b153c0b7dfe23b88')
-
-prepare() {
-       cd "${pkgname}-${pkgver}"
-       # Temporary patch to fix 
https://github.com/89luca89/distrobox/issues/1092
-       patch -Np1 <${srcdir}/fix-sudo-root-passwd.patch
-}
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/89luca89/distrobox/archive/${pkgver}.tar.gz";)
+sha256sums=('ede6267a4e26c43535622e0ca3b27bc35bdeb5cbc97e551f094b852447457200')
 
 package() {
        cd "${pkgname}-${pkgver}"



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

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


Reply via email to