summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudia2024-05-10 06:55:52 +0200
committerClaudia Pellegrino2024-05-10 06:58:48 +0200
commit9e0c456bdba21a68e0aaeaa49f11d7c89ea4413a (patch)
tree23a5801fc14c044210a7840222f3f5d2c7d1fb8b
parentfb7bd82c5a88979acb07953a9c7c4f735f89d323 (diff)
downloadaur-debootstrap-pureos.tar.gz
debootstrap-pureos v1.0.134pureos1
-rw-r--r--.SRCINFO10
-rw-r--r--.nvchecker.toml4
-rw-r--r--PKGBUILD10
3 files changed, 15 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d0ea64cea7c..44359396c4c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,21 @@
pkgbase = debootstrap-pureos
pkgdesc = Bootstrap a basic Debian system. Custom version, required to build PureOS.
- pkgver = 1.0.128+nmu2pureos1
+ pkgver = 1.0.134pureos1
pkgrel = 1
url = https://source.puri.sm/pureos/core/debootstrap
arch = any
- license = GPL2
+ license = GPL-2.0-only
+ depends = bash
depends = binutils
depends = perl
depends = wget
provides = debootstrap
conflicts = debootstrap
+ options = !debug
options = !strip
- source = debootstrap-1.0.128+nmu2pureos1.tar.gz::https://source.puri.sm/pureos/core/debootstrap/-/archive/1.0.128+nmu2pureos1/debootstrap-1.0.128+nmu2pureos1.tar.gz
+ source = debootstrap-1.0.134pureos1.tar.gz::https://source.puri.sm/pureos/core/debootstrap/-/archive/1.0.134pureos1/debootstrap-1.0.134pureos1.tar.gz
source = arch-detect.patch
- sha512sums = 4450b1ce8bcf957b7fe606492078862b348daa5b0455660d5f17b287993827e884e5f0d54b5c78d588f0758a6def77638c0195e08125928aa290732d623422d7
+ sha512sums = 3d9d59f659a55295608db860ba48a6355107ed687eaee4f0505ccc0fc350aa3278d4f4c9caff6dc9ff7d5df072fa5ef759f6ac5533fd9e6f5bd7d9c79cdeccbf
sha512sums = d70a9d096d1692f71970cc818515bd783a6031bfe2d2857134eabf6fd36e4137152ebafa8e2d4ae7c8cb442c8532cd4192715b286e38b4d947b0b467e9ed54a5
pkgname = debootstrap-pureos
diff --git a/.nvchecker.toml b/.nvchecker.toml
index 45e735928ec1..44342e40dc14 100644
--- a/.nvchecker.toml
+++ b/.nvchecker.toml
@@ -2,4 +2,8 @@
source = "gitlab"
gitlab = "pureos/core/debootstrap"
host = "source.puri.sm"
+include_regex = ".*pureos.*"
+# Requires override for 1.0.128+nmu2pureos1
+# because there’s no `+` in `1.0.134pureos1`
+exclude_regex = "1\\.0\\.12.*"
use_max_tag = true
diff --git a/PKGBUILD b/PKGBUILD
index cc1a28782fc4..8c6e260ef82a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=debootstrap-pureos
_gitpkgname="${pkgname%-pureos}"
-pkgver=1.0.128+nmu2pureos1
+pkgver=1.0.134pureos1
pkgrel=1
pkgdesc='Bootstrap a basic Debian system. Custom version, required to build PureOS.'
arch=('any')
url='https://source.puri.sm/pureos/core/debootstrap'
-license=('GPL2')
-depends=('binutils' 'perl' 'wget')
+license=('GPL-2.0-only')
+depends=('bash' 'binutils' 'perl' 'wget')
provides=('debootstrap')
conflicts=('debootstrap')
-options=('!strip')
+options=('!debug' '!strip')
source=(
"${_gitpkgname}-${pkgver}.tar.gz::https://source.puri.sm/pureos/core/debootstrap/-/archive/${pkgver}/debootstrap-${pkgver}.tar.gz"
@@ -20,7 +20,7 @@ source=(
)
sha512sums=(
- '4450b1ce8bcf957b7fe606492078862b348daa5b0455660d5f17b287993827e884e5f0d54b5c78d588f0758a6def77638c0195e08125928aa290732d623422d7'
+ '3d9d59f659a55295608db860ba48a6355107ed687eaee4f0505ccc0fc350aa3278d4f4c9caff6dc9ff7d5df072fa5ef759f6ac5533fd9e6f5bd7d9c79cdeccbf'
'd70a9d096d1692f71970cc818515bd783a6031bfe2d2857134eabf6fd36e4137152ebafa8e2d4ae7c8cb442c8532cd4192715b286e38b4d947b0b467e9ed54a5'
)