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 ff4b2b7266b5..2b3d9a6f874d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 19 12:13:54 UTC 2019
+# Sun Apr 7 15:32:11 UTC 2019
pkgbase = clean-chroot-manager
pkgdesc = Wrapper scripts for managing clean chroots.
- pkgver = 2.93
+ pkgver = 2.94
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.93.tar.gz::https://github.com/graysky2/clean-chroot-manager/archive/v2.93.tar.gz
- sha256sums = e78cf1c1a411d10dc9aae117e2fbd12cfcc4437cd39427c4a5c887ce6fa3ad8c
+ source = clean-chroot-manager-2.94.tar.gz::https://github.com/graysky2/clean-chroot-manager/archive/v2.94.tar.gz
+ sha256sums = edce362675ed4e7b8895fed01dda40303d53cc4c2e57a12197aee78d695cd0f0
pkgname = clean-chroot-manager
diff --git a/PKGBUILD b/PKGBUILD
index 7ea72e045445..fb5843754348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname=clean-chroot-manager
-pkgver=2.93
+pkgver=2.94
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=('e78cf1c1a411d10dc9aae117e2fbd12cfcc4437cd39427c4a5c887ce6fa3ad8c')
+sha256sums=('edce362675ed4e7b8895fed01dda40303d53cc4c2e57a12197aee78d695cd0f0')
install=ccm.install
build() {
diff --git a/ccm.install b/ccm.install
index 1f832340c90d..a45e3d56aba7 100644
--- a/ccm.install
+++ b/ccm.install
@@ -2,7 +2,7 @@
## arg 2: the old package version
post_upgrade() {
- 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
+ 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; do
if [ "$(vercmp $2 $test)" -lt 1 ]; then
echo
echo '--> Please check ~/.config/clean-chroot-manager.conf against the'