summaryrefslogtreecommitdiffstats
path: root/linhes/clean-chroot-manager
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2023-05-29 03:49:30 (GMT)
committerBritney Fransen <brfransen@gmail.com>2023-05-29 03:49:30 (GMT)
commit534621d25bbcbbb9a9190f3036be370092846b47 (patch)
treee44dcb90ee229d3f66bbb6586e3dec4ec96b691b /linhes/clean-chroot-manager
parent427c41460b5b205bb918bb4ff7bc1b90e00c9b7d (diff)
downloadlinhes_pkgbuild-534621d25bbcbbb9a9190f3036be370092846b47.zip
linhes_pkgbuild-534621d25bbcbbb9a9190f3036be370092846b47.tar.gz
linhes_pkgbuild-534621d25bbcbbb9a9190f3036be370092846b47.tar.bz2
clean-chroot-manager: update to 2.226
Diffstat (limited to 'linhes/clean-chroot-manager')
-rw-r--r--linhes/clean-chroot-manager/PKGBUILD6
-rw-r--r--linhes/clean-chroot-manager/ccm.install2
2 files changed, 4 insertions, 4 deletions
diff --git a/linhes/clean-chroot-manager/PKGBUILD b/linhes/clean-chroot-manager/PKGBUILD
index 37828fa..f4dfed8 100644
--- a/linhes/clean-chroot-manager/PKGBUILD
+++ b/linhes/clean-chroot-manager/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: graysky <therealgraysky AT protonmail DOT com>
pkgname=clean-chroot-manager
-pkgver=2.223
+pkgver=2.226
pkgrel=1
pkgdesc='Wrapper for managing clean chroot builds with local repo therein.'
arch=('any')
url='https://github.com/graysky2/clean-chroot-manager'
license=('MIT')
-depends=('devtools>=20190821-1' 'rsync' 'libarchive>=3.3.3' 'pacman>=5.2')
+depends=('devtools>=1:1.0.0-1' 'rsync' 'libarchive>=3.3.3' 'pacman>=6.0.2-7')
conflicts=('clean_chroot_manager')
replaces=('clean_chroot_manager')
source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/clean-chroot-manager/archive/v$pkgver.tar.gz")
-b2sums=('c98961d4cd6f790d1d779598f5d2f0af286f3db2a228e031e9e1b21ff2efd370091100a24b2309eeb81dd8a567f48d81b5bf6227ca78a57fd97177a66e24ee71')
+b2sums=('fce60c3f94aa07b32fd9da8436e228a3ae79db2fe8164593578543e777280cf6bed5803bb43068d95029c68880a2dfb0c964d944f43077a72f96f16620066ffc')
install=ccm.install
build() {
diff --git a/linhes/clean-chroot-manager/ccm.install b/linhes/clean-chroot-manager/ccm.install
index e36c57f..e2cfd39 100644
--- a/linhes/clean-chroot-manager/ccm.install
+++ b/linhes/clean-chroot-manager/ccm.install
@@ -3,7 +3,7 @@
post_upgrade() {
# define the versions for which a change is needed
- for test in 2.92-1 2.87-1 2.81-1 2.73-1 2.72-1 2.55-1 2.17-1 2.22-1 2.69-1 2.93-1 2.101-1 2.201-1 2.202-1 2.208-1 2.212-1 2.213-1 2.221-1; do
+ for test in 2.101-1 2.201-1 2.202-1 2.208-1 2.212-1 2.213-1 2.221-1 2.224-1; do
if [ "$(vercmp $2 $test)" -lt 0 ]; then
cat <<END