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 75c65de98a76..ae118656452f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 17 14:41:39 UTC 2016
+# Mon Nov 21 08:39:27 UTC 2016
pkgbase = clean-chroot-manager
pkgdesc = Wrapper scripts for managing clean chroots (64-bit and 32-bit).
- pkgver = 2.84
+ pkgver = 2.85
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.84.tar.xz
- sha256sums = 4b88a1dac0286e658809e9ed8cfc269b25db9816b8d6ce5833b0ecbb7bae3817
+ source = http://repo-ck.com/source/clean-chroot-manager/clean-chroot-manager-2.85.tar.xz
+ sha256sums = 1213f8d06f313729c839bd7ecd1275b7801a6433a20c64a6bf65ff3e93f9b805
pkgname = clean-chroot-manager
diff --git a/PKGBUILD b/PKGBUILD
index 731b99856939..3fe7ff57fce2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='clean-chroot-manager'
-pkgver=2.84
+pkgver=2.85
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=('4b88a1dac0286e658809e9ed8cfc269b25db9816b8d6ce5833b0ecbb7bae3817')
+sha256sums=('1213f8d06f313729c839bd7ecd1275b7801a6433a20c64a6bf65ff3e93f9b805')
install=ccm.install
build() {