summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1974a65ada5..75c65de98a76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Sep 18 19:56:43 UTC 2016
+# Mon Oct 17 14:41:39 UTC 2016
pkgbase = clean-chroot-manager
pkgdesc = Wrapper scripts for managing clean chroots (64-bit and 32-bit).
- pkgver = 2.83
+ pkgver = 2.84
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.83.tar.xz
- sha256sums = 853b2c28aa6da67c0cedd02d3ccbd5ea9008e80185a5d5a1240a637a317def64
+ source = http://repo-ck.com/source/clean-chroot-manager/clean-chroot-manager-2.84.tar.xz
+ sha256sums = 4b88a1dac0286e658809e9ed8cfc269b25db9816b8d6ce5833b0ecbb7bae3817
pkgname = clean-chroot-manager
diff --git a/PKGBUILD b/PKGBUILD
index 2fcfd89f7363..731b99856939 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='clean-chroot-manager'
-pkgver=2.83
+pkgver=2.84
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=('853b2c28aa6da67c0cedd02d3ccbd5ea9008e80185a5d5a1240a637a317def64')
+sha256sums=('4b88a1dac0286e658809e9ed8cfc269b25db9816b8d6ce5833b0ecbb7bae3817')
install=ccm.install
build() {