summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b3d9a6f874d..9536d093bd23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Apr 7 15:32:11 UTC 2019
+# Sat Apr 13 21:53:03 UTC 2019
pkgbase = clean-chroot-manager
pkgdesc = Wrapper scripts for managing clean chroots.
- pkgver = 2.94
+ pkgver = 2.95
pkgrel = 1
url = https://github.com/graysky2/clean-chroot-manager
install = ccm.install
@@ -10,10 +10,11 @@ pkgbase = clean-chroot-manager
license = MIT
depends = devtools>=20180528-1
depends = rsync
+ depends = libarchive>=3.3.3
conflicts = clean_chroot_manager
replaces = clean_chroot_manager
- source = clean-chroot-manager-2.94.tar.gz::https://github.com/graysky2/clean-chroot-manager/archive/v2.94.tar.gz
- sha256sums = edce362675ed4e7b8895fed01dda40303d53cc4c2e57a12197aee78d695cd0f0
+ source = clean-chroot-manager-2.95.tar.gz::https://github.com/graysky2/clean-chroot-manager/archive/v2.95.tar.gz
+ sha256sums = 280eb41efd36feb8d3e8e933e8bc9c9a32fe7a9f0db8bf435c7a1b557d6ce6b8
pkgname = clean-chroot-manager
diff --git a/PKGBUILD b/PKGBUILD
index fb5843754348..d998adfd7d8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname=clean-chroot-manager
-pkgver=2.94
+pkgver=2.95
pkgrel=1
pkgdesc='Wrapper scripts for managing clean chroots.'
arch=('any')
url='https://github.com/graysky2/clean-chroot-manager'
license=('MIT')
-depends=('devtools>=20180528-1' 'rsync')
+depends=('devtools>=20180528-1' 'rsync' 'libarchive>=3.3.3')
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=('edce362675ed4e7b8895fed01dda40303d53cc4c2e57a12197aee78d695cd0f0')
+sha256sums=('280eb41efd36feb8d3e8e933e8bc9c9a32fe7a9f0db8bf435c7a1b557d6ce6b8')
install=ccm.install
build() {