summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2021-03-31 05:38:47 -0400
committergraysky2021-03-31 05:38:47 -0400
commit0cdf44055bc03fdc2f7972e3cc0204bf4010a93f (patch)
tree0dc2803efdb637c5eee498e86cffea0ed882b38c
parent958d3f5d13e4aaa08a68bce1917bb2d040281fa2 (diff)
downloadaur-0cdf44055bc03fdc2f7972e3cc0204bf4010a93f.tar.gz
Update to 2.213-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--ccm.install4
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b0de218a08c..d60446d73a8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clean-chroot-manager
pkgdesc = Wrapper for managing clean chroot builds with local repo therein.
- pkgver = 2.212
+ pkgver = 2.213
pkgrel = 1
url = https://github.com/graysky2/clean-chroot-manager
install = ccm.install
@@ -12,8 +12,8 @@ pkgbase = clean-chroot-manager
depends = pacman>=5.2
conflicts = clean_chroot_manager
replaces = clean_chroot_manager
- source = clean-chroot-manager-2.212.tar.gz::https://github.com/graysky2/clean-chroot-manager/archive/v2.212.tar.gz
- b2sums = 79d5cfe59893c60b6e7afe45866440aff8a1519e873496682372f49b2fd486bccc44042cad55590cfd1d93c3334b5cc9876a06d538d0ac382c25d2e39329ed3d
+ source = clean-chroot-manager-2.213.tar.gz::https://github.com/graysky2/clean-chroot-manager/archive/v2.213.tar.gz
+ b2sums = 90a5103dcf0d231d4145df3ae3567f743029c97ab34f987424c80ede3fa1218d2dcdd73aa4414462b07682ed6ad13612946f642462b94eab4072678a1ee81b7e
pkgname = clean-chroot-manager
diff --git a/PKGBUILD b/PKGBUILD
index e894ee6681e8..de4db2d96e77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname=clean-chroot-manager
-pkgver=2.212
+pkgver=2.213
pkgrel=1
pkgdesc='Wrapper for managing clean chroot builds with local repo therein.'
arch=('any')
@@ -11,7 +11,7 @@ depends=('devtools>=20190821-1' 'rsync' 'libarchive>=3.3.3' 'pacman>=5.2')
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=('79d5cfe59893c60b6e7afe45866440aff8a1519e873496682372f49b2fd486bccc44042cad55590cfd1d93c3334b5cc9876a06d538d0ac382c25d2e39329ed3d')
+b2sums=('90a5103dcf0d231d4145df3ae3567f743029c97ab34f987424c80ede3fa1218d2dcdd73aa4414462b07682ed6ad13612946f642462b94eab4072678a1ee81b7e')
install=ccm.install
build() {
diff --git a/ccm.install b/ccm.install
index b79d8f8113e7..5391762ee5f1 100644
--- a/ccm.install
+++ b/ccm.install
@@ -3,12 +3,12 @@
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; do
+ 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; do
if [ "$(vercmp $2 $test)" -lt 0 ]; then
cat <<END
>>> New features/changes have been made with this release.
- Check $XDG_CONFIG_HOME/clean-chroot-manager.conf against
+ Check \$XDG_CONFIG_HOME/clean-chroot-manager.conf against
/usr/share/clean-chroot-manager/ccm.skel to ensure it is updated!
END