kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / pmbootstrap
Commits:
ecc53553 by kpcyrd at 2024-02-07T16:46:36+01:00
upgpkg: 2.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,18 +1,18 @@
pkgbase = pmbootstrap
pkgdesc = Sophisticated chroot/build/flash tool to develop and install
postmarketOS
- pkgver = 2.1.0
- pkgrel = 2
+ pkgver = 2.2.0
+ pkgrel = 1
url = https://gitlab.com/postmarketOS/pmbootstrap
arch = any
- license = GPL3
+ license = GPL-3.0-only
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-argcomplete
- source =
https://gitlab.com/postmarketOS/pmbootstrap/-/archive/2.1.0/pmbootstrap-2.1.0.tar.gz
- sha256sums =
e634c962ee10500f321b8cf309afc2e8023cd0bbee953434768244375f86f72e
- b2sums =
1607ff761074e5f5b1fb3ad1ab5f0077b9238aaaf8e654a4df52f6bfe9790960890ea2f5ad27ebcdf1711c095ddb552a4dfc0d7dcc97e88249f27020ed2dc24b
+ source =
https://gitlab.com/postmarketOS/pmbootstrap/-/archive/2.2.0/pmbootstrap-2.2.0.tar.gz
+ sha256sums =
58235c85f3c82f3d39e40be0f40c825525e455f4f416e3f07703768a788b6205
+ b2sums =
6b886f23a03c602720a0e5cf8ff45e2ae030dff489aecf41f2ec4232bfe48de140d606b12fff78c3c7d533fffc08f85dfa6beee0761bfe8d96732413cc0dfcf3
pkgname = pmbootstrap
=====================================
PKGBUILD
=====================================
@@ -4,12 +4,12 @@
# Contributor: Nuno Araujo <[email protected]>
pkgname=pmbootstrap
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
pkgdesc='Sophisticated chroot/build/flash tool to develop and install
postmarketOS'
url='https://gitlab.com/postmarketOS/pmbootstrap'
arch=('any')
-license=('GPL3')
+license=('GPL-3.0-only')
depends=(
'python'
'python-argcomplete'
@@ -21,8 +21,8 @@ makedepends=(
'python-wheel'
)
source=("https://gitlab.com/postmarketOS/pmbootstrap/-/archive/$pkgver/pmbootstrap-$pkgver.tar.gz")
-sha256sums=('e634c962ee10500f321b8cf309afc2e8023cd0bbee953434768244375f86f72e')
-b2sums=('1607ff761074e5f5b1fb3ad1ab5f0077b9238aaaf8e654a4df52f6bfe9790960890ea2f5ad27ebcdf1711c095ddb552a4dfc0d7dcc97e88249f27020ed2dc24b')
+sha256sums=('58235c85f3c82f3d39e40be0f40c825525e455f4f416e3f07703768a788b6205')
+b2sums=('6b886f23a03c602720a0e5cf8ff45e2ae030dff489aecf41f2ec4232bfe48de140d606b12fff78c3c7d533fffc08f85dfa6beee0761bfe8d96732413cc0dfcf3')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pmbootstrap/-/commit/ecc5355390c6d7aae6f2ee879f0e6b99602fa40d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pmbootstrap/-/commit/ecc5355390c6d7aae6f2ee879f0e6b99602fa40d
You're receiving this email because of your account on gitlab.archlinux.org.