summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2021-10-20 17:54:49 +0200
committerLuca Weiss2021-10-20 17:54:49 +0200
commit0ff432cce62f31a56a19f0ac36d08b4810ee27b9 (patch)
tree2dc50b97d283d411b1f36ef9a7bbfee2727ac1bf
parent233ee6eb0968c14c89bea3201ee0151dcc738086 (diff)
downloadaur-0ff432cce62f31a56a19f0ac36d08b4810ee27b9.tar.gz
upgpkg: pmbootstrap 1.38.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea4993b6eb14..d23eeda83394 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = pmbootstrap
pkgdesc = Sophisticated chroot/build/flash tool to develop and install postmarketOS
- pkgver = 1.37.0
+ pkgver = 1.38.0
pkgrel = 1
url = https://postmarketos.org
arch = any
license = GPL3
depends = python-setuptools
- source = https://gitlab.com/postmarketOS/pmbootstrap/-/archive/1.37.0/pmbootstrap-1.37.0.tar.gz
- sha512sums = 68687712daf9ffe7e50fd53b7aee2d60e10e0a7a05fe2820002625057323b8a5d4a1b58bae000f6476518e92a1462d094cebe2514bce4553681b69523cd6b9d6
+ source = https://gitlab.com/postmarketOS/pmbootstrap/-/archive/1.38.0/pmbootstrap-1.38.0.tar.gz
+ sha512sums = 6a66a9ac2749a4096a7d3892007b0e9297ff06a16ee4f520944020f163ad92fbeda6217309a4f4d585ae5a62102958836ee508622adfd902e8c20962849fe315
pkgname = pmbootstrap
diff --git a/PKGBUILD b/PKGBUILD
index 2e0b11b3039c..c5ea4d0e9f43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Nuno Araujo <nuno.araujo@russo79.com>
pkgname=pmbootstrap
-pkgver=1.37.0
+pkgver=1.38.0
pkgrel=1
pkgdesc="Sophisticated chroot/build/flash tool to develop and install postmarketOS"
arch=('any')
@@ -11,7 +11,7 @@ url='https://postmarketos.org'
license=('GPL3')
depends=('python-setuptools')
source=("https://gitlab.com/postmarketOS/pmbootstrap/-/archive/$pkgver/pmbootstrap-$pkgver.tar.gz")
-sha512sums=('68687712daf9ffe7e50fd53b7aee2d60e10e0a7a05fe2820002625057323b8a5d4a1b58bae000f6476518e92a1462d094cebe2514bce4553681b69523cd6b9d6')
+sha512sums=('6a66a9ac2749a4096a7d3892007b0e9297ff06a16ee4f520944020f163ad92fbeda6217309a4f4d585ae5a62102958836ee508622adfd902e8c20962849fe315')
build() {
cd $pkgname-$pkgver