summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--ccm.install2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1eb5a9ce4093..c0763ce5df45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clean-chroot-manager
pkgdesc = Wrapper scripts for managing clean chroots (64-bit and 32-bit).
- pkgver = 2.70
+ pkgver = 2.72
pkgrel = 1
url = https://github.com/graysky2/clean-chroot-manager
install = ccm.install
@@ -9,8 +9,8 @@ pkgbase = clean-chroot-manager
depends = devtools
conflicts = clean_chroot_manager
replaces = clean_chroot_manager
- source = http://repo-ck.com/source/clean-chroot-manager/clean-chroot-manager-2.70.tar.xz
- sha256sums = 5354461c55b199530b9221db91f0b5d6256850c5d4dd178566a5149626bee5e9
+ source = http://repo-ck.com/source/clean-chroot-manager/clean-chroot-manager-2.72.tar.xz
+ sha256sums = 8de0e5ff04e641034e25234fde53efd80a602a1cdb1f0ba05b9b98acc267c5d6
pkgname = clean-chroot-manager
diff --git a/PKGBUILD b/PKGBUILD
index 3013d6e8b10d..f8694281d707 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='clean-chroot-manager'
-pkgver=2.70
+pkgver=2.72
pkgrel=1
pkgdesc='Wrapper scripts for managing clean chroots (64-bit and 32-bit).'
arch=('any')
@@ -11,7 +11,7 @@ depends=('devtools')
conflicts=('clean_chroot_manager')
replaces=('clean_chroot_manager')
source=("http://repo-ck.com/source/$pkgname/$pkgname-$pkgver.tar.xz")
-sha256sums=('5354461c55b199530b9221db91f0b5d6256850c5d4dd178566a5149626bee5e9')
+sha256sums=('8de0e5ff04e641034e25234fde53efd80a602a1cdb1f0ba05b9b98acc267c5d6')
install=ccm.install
build() {
diff --git a/ccm.install b/ccm.install
index 6a51d5957514..af814179ff57 100644
--- a/ccm.install
+++ b/ccm.install
@@ -2,7 +2,7 @@
## arg 2: the old package version
post_upgrade() {
- for test in 2.55-1 2.17-1 2.22-1 2.69-1; do
+ for test in 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'