summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 56dccdb..3c34974 100644
--- a/linhes/clean-chroot-manager/PKGBUILD
+++ b/linhes/clean-chroot-manager/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: graysky <therealgraysky AT protonmail DOT com>
pkgname=clean-chroot-manager
-pkgver=2.240
+pkgver=3.0
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>=1:1.0.0-1' rsync 'libarchive>=3.3.3' 'pacman>=7.0.0-1' bc)
+depends=(devtools rsync libarchive pacman bc)
source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/clean-chroot-manager/archive/v$pkgver.tar.gz")
-b2sums=('94f25860f727ec1a34d7c64b0422ed582b356f8fb886adc3b68ac9810179faade028dd473e3297d849680552beb6a312fd90306c317dbbd3ae1a95c0630cfb2f')
+b2sums=('71b12a8f88f55f800f73b7294067475fbee63eeaedd51513389d25d529a1178543a73f4eb6101f58318822cb270909d9d680d254a37c614749c00c0fe7ef88a3')
install=ccm.install
build() {
diff --git a/linhes/clean-chroot-manager/ccm.install b/linhes/clean-chroot-manager/ccm.install
index d84033d..91faa4d 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.101-1 2.201-1 2.202-1 2.208-1 2.212-1 2.213-1 2.221-1 2.224-1 2.237-1 2.239-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 2.237-1 2.239-1 3.0-1; do
if [ "$(vercmp $2 $test)" -lt 0 ]; then
cat <<END