kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / pmbootstrap


Commits:
e43b1f26 by kpcyrd at 2024-05-17T15:53:23+02:00
upgpkg: 2.3.0-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = pmbootstrap
        pkgdesc = Sophisticated chroot/build/flash tool to develop and install 
postmarketOS
-       pkgver = 2.2.1
-       pkgrel = 2
+       pkgver = 2.3.0
+       pkgrel = 1
        url = https://gitlab.com/postmarketOS/pmbootstrap
        arch = any
        license = GPL-3.0-only
@@ -11,8 +11,8 @@ pkgbase = pmbootstrap
        makedepends = python-wheel
        depends = python
        depends = python-argcomplete
-       source = 
https://gitlab.com/postmarketOS/pmbootstrap/-/archive/2.2.1/pmbootstrap-2.2.1.tar.gz
-       sha256sums = 
195a3cb430c9ede354bc575ddb765f10b205067f8c478f153c84f6f793785c09
-       b2sums = 
578fdc26125f5b33fffb2926c32aec1dbaf78f87574ed051967a567214965ad9578091e48a0cbf91f0f6e10b5ff2b3fde0c70c854d6d2f208c2a41e482b04445
+       source = 
https://gitlab.com/postmarketOS/pmbootstrap/-/archive/2.3.0/pmbootstrap-2.3.0.tar.gz
+       sha256sums = 
c6faa83c66d78448b13429fb8f39b05e19a2e25e220e18a451dc1fbfd515b96b
+       b2sums = 
463ccbe6773140bc03ffc363e2fa774f20d45a71a93358d4ab92274160b3abeee7609fdf4929c7e59ca5c8f643e997947361b7abea322799d1f97157ee117d11
 
 pkgname = pmbootstrap


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,3 @@
+[pmbootstrap]
+source = "git"
+git = "https://gitlab.com/postmarketOS/pmbootstrap.git";


=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
 # Contributor: Nuno Araujo <nuno.ara...@russo79.com>
 
 pkgname=pmbootstrap
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
 pkgdesc='Sophisticated chroot/build/flash tool to develop and install 
postmarketOS'
 url='https://gitlab.com/postmarketOS/pmbootstrap'
 arch=('any')
@@ -21,8 +21,8 @@ makedepends=(
   'python-wheel'
 )
 
source=("https://gitlab.com/postmarketOS/pmbootstrap/-/archive/$pkgver/pmbootstrap-$pkgver.tar.gz";)
-sha256sums=('195a3cb430c9ede354bc575ddb765f10b205067f8c478f153c84f6f793785c09')
-b2sums=('578fdc26125f5b33fffb2926c32aec1dbaf78f87574ed051967a567214965ad9578091e48a0cbf91f0f6e10b5ff2b3fde0c70c854d6d2f208c2a41e482b04445')
+sha256sums=('c6faa83c66d78448b13429fb8f39b05e19a2e25e220e18a451dc1fbfd515b96b')
+b2sums=('463ccbe6773140bc03ffc363e2fa774f20d45a71a93358d4ab92274160b3abeee7609fdf4929c7e59ca5c8f643e997947361b7abea322799d1f97157ee117d11')
 
 build() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pmbootstrap/-/commit/e43b1f26c24a165d1b0720a2e2a4e865cc572d00

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


Reply via email to