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 2df178feabbc..6c0ac81e083c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 13 17:52:20 UTC 2017
+# Fri Dec 29 15:41:27 UTC 2017
pkgbase = clean-chroot-manager
pkgdesc = Wrapper scripts for managing clean chroots (64-bit and 32-bit).
- pkgver = 2.87
+ pkgver = 2.88
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 = http://repo-ck.com/source/clean-chroot-manager/clean-chroot-manager-2.87.tar.xz
- sha256sums = bd314651616147c6bc3266fe64ee885974922655813ca3c36b13b2823e71b6c7
+ source = http://repo-ck.com/source/clean-chroot-manager/clean-chroot-manager-2.88.tar.xz
+ sha256sums = c8e5a660a4e61b87400408472242caeb0eaaa89f7b16b7e3e281e240ec4e80af
pkgname = clean-chroot-manager
diff --git a/PKGBUILD b/PKGBUILD
index 0d79dbbf8183..376994d26b55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='clean-chroot-manager'
-pkgver=2.87
+pkgver=2.88
pkgrel=1
pkgdesc='Wrapper scripts for managing clean chroots (64-bit and 32-bit).'
arch=('any')
@@ -11,7 +11,7 @@ depends=('devtools' 'rsync')
conflicts=('clean_chroot_manager')
replaces=('clean_chroot_manager')
source=("http://repo-ck.com/source/$pkgname/$pkgname-$pkgver.tar.xz")
-sha256sums=('bd314651616147c6bc3266fe64ee885974922655813ca3c36b13b2823e71b6c7')
+sha256sums=('c8e5a660a4e61b87400408472242caeb0eaaa89f7b16b7e3e281e240ec4e80af')
install=ccm.install
build() {
diff --git a/ccm.install b/ccm.install
index fcb5afa813c5..bfe962101137 100644
--- a/ccm.install
+++ b/ccm.install
@@ -2,7 +2,7 @@
## arg 2: the old package version
post_upgrade() {
- for test in 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.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'