summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--ccm.install2
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d653543c8886..ff4b2b7266b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 2 11:49:45 UTC 2018
+# Sat Jan 19 12:13:54 UTC 2019
pkgbase = clean-chroot-manager
pkgdesc = Wrapper scripts for managing clean chroots.
- pkgver = 2.91
+ pkgver = 2.93
pkgrel = 1
url = https://github.com/graysky2/clean-chroot-manager
install = ccm.install
@@ -12,8 +12,8 @@ pkgbase = clean-chroot-manager
depends = rsync
conflicts = clean_chroot_manager
replaces = clean_chroot_manager
- source = clean-chroot-manager-2.91.tar.gz::https://github.com/graysky2/clean-chroot-manager/archive/v2.91.tar.gz
- sha256sums = 8fc12f64c6d260b3bd77f8ced79ff0f900ae57c563329b5c67e08b7bcbfd439f
+ source = clean-chroot-manager-2.93.tar.gz::https://github.com/graysky2/clean-chroot-manager/archive/v2.93.tar.gz
+ sha256sums = e78cf1c1a411d10dc9aae117e2fbd12cfcc4437cd39427c4a5c887ce6fa3ad8c
pkgname = clean-chroot-manager
diff --git a/PKGBUILD b/PKGBUILD
index 7468e303b9d7..7ea72e045445 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname=clean-chroot-manager
-pkgver=2.91
+pkgver=2.93
pkgrel=1
pkgdesc='Wrapper scripts for managing clean chroots.'
arch=('any')
@@ -11,7 +11,7 @@ depends=('devtools>=20180528-1' 'rsync')
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")
-sha256sums=('8fc12f64c6d260b3bd77f8ced79ff0f900ae57c563329b5c67e08b7bcbfd439f')
+sha256sums=('e78cf1c1a411d10dc9aae117e2fbd12cfcc4437cd39427c4a5c887ce6fa3ad8c')
install=ccm.install
build() {
diff --git a/ccm.install b/ccm.install
index bfe962101137..1f832340c90d 100644
--- a/ccm.install
+++ b/ccm.install
@@ -2,7 +2,7 @@
## arg 2: the old package version
post_upgrade() {
- for test in 2.87-1 2.81-1 2.73-1 2.72-1 2.55-1 2.17-1 2.22-1 2.69-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; do
if [ "$(vercmp $2 $test)" -lt 1 ]; then
echo
echo '--> Please check ~/.config/clean-chroot-manager.conf against the'