summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26987ffa70db..7055ee0ef1e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jan 29 20:36:57 UTC 2016
+# Fri Feb 12 21:58:21 UTC 2016
pkgbase = clean-chroot-manager
pkgdesc = Wrapper scripts for managing clean chroots (64-bit and 32-bit).
- pkgver = 2.75
- pkgrel = 2
+ pkgver = 2.76
+ pkgrel = 1
url = https://github.com/graysky2/clean-chroot-manager
install = ccm.install
arch = any
@@ -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.75.tar.xz
- sha256sums = 1f2d9f764feaeb63da0d0f9826100038ff6929eab0ceaec178bc31fdf0d6cc85
+ source = http://repo-ck.com/source/clean-chroot-manager/clean-chroot-manager-2.76.tar.xz
+ sha256sums = 32b0d7d44b84188be6898620470d2c457dc2679ec055e9ca82d4f9bd9dc19256
pkgname = clean-chroot-manager
diff --git a/PKGBUILD b/PKGBUILD
index 5e0d517ba481..34668bac23ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='clean-chroot-manager'
-pkgver=2.75
-pkgrel=2
+pkgver=2.76
+pkgrel=1
pkgdesc='Wrapper scripts for managing clean chroots (64-bit and 32-bit).'
arch=('any')
url='https://github.com/graysky2/clean-chroot-manager'
@@ -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=('1f2d9f764feaeb63da0d0f9826100038ff6929eab0ceaec178bc31fdf0d6cc85')
+sha256sums=('32b0d7d44b84188be6898620470d2c457dc2679ec055e9ca82d4f9bd9dc19256')
install=ccm.install
build() {