summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-01-29 15:36:58 -0500
committergraysky2016-01-29 15:36:58 -0500
commit70740bffb4a7cd837533186322de6ec2481d322c (patch)
tree0decc2d96f618049ea6d13bb8b2afa3bf11543b4
parenta72b58a6fd574cfe320dc82f6634f1a70f8454dd (diff)
downloadaur-70740bffb4a7cd837533186322de6ec2481d322c.tar.gz
Update to 2.75-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26d3b51ba5c8..26987ffa70db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Jan 29 20:05:57 UTC 2016
+# Fri Jan 29 20:36:57 UTC 2016
pkgbase = clean-chroot-manager
pkgdesc = Wrapper scripts for managing clean chroots (64-bit and 32-bit).
pkgver = 2.75
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/graysky2/clean-chroot-manager
install = ccm.install
arch = any
license = MIT
depends = devtools
+ 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
diff --git a/PKGBUILD b/PKGBUILD
index 06c4d634d880..5e0d517ba481 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='clean-chroot-manager'
pkgver=2.75
-pkgrel=1
+pkgrel=2
pkgdesc='Wrapper scripts for managing clean chroots (64-bit and 32-bit).'
arch=('any')
url='https://github.com/graysky2/clean-chroot-manager'
license=('MIT')
-depends=('devtools')
+depends=('devtools' 'rsync')
conflicts=('clean_chroot_manager')
replaces=('clean_chroot_manager')
source=("http://repo-ck.com/source/$pkgname/$pkgname-$pkgver.tar.xz")