summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2019-09-06 19:02:28 -0400
committergraysky2019-09-06 19:02:28 -0400
commit51eac7a28ddfafe5fa5b7146c05e1cb60cfe037d (patch)
treefd705591997ab192a0ef467844d34d911e5be7be
parentc20f1ea97e5bcc6831d17372e8ec5b283fe433ab (diff)
downloadaur-51eac7a28ddfafe5fa5b7146c05e1cb60cfe037d.tar.gz
Update to 2.97-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c10516b4a809..a50386f8495e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = clean-chroot-manager
pkgdesc = Wrapper for managing clean chroot builds with local repo therein.
- pkgver = 2.96
+ pkgver = 2.97
pkgrel = 1
url = https://github.com/graysky2/clean-chroot-manager
install = ccm.install
arch = any
license = MIT
- depends = devtools>=20180528-1
+ depends = devtools>=20190821-1
depends = rsync
depends = libarchive>=3.3.3
conflicts = clean_chroot_manager
replaces = clean_chroot_manager
- source = clean-chroot-manager-2.96.tar.gz::https://github.com/graysky2/clean-chroot-manager/archive/v2.96.tar.gz
- sha256sums = 3bbe344f92914a490f61c6fcb95189f4c95dacee45da975bf9c530e8fe867806
+ source = clean-chroot-manager-2.97.tar.gz::https://github.com/graysky2/clean-chroot-manager/archive/v2.97.tar.gz
+ sha256sums = c7b1444519ead636f8fe28924f21c1e05c10c5217c8bb3f5072e0a0d8956501d
pkgname = clean-chroot-manager
diff --git a/PKGBUILD b/PKGBUILD
index dbf69dfea77b..963edd1a12e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname=clean-chroot-manager
-pkgver=2.96
+pkgver=2.97
pkgrel=1
pkgdesc='Wrapper for managing clean chroot builds with local repo therein.'
arch=('any')
url='https://github.com/graysky2/clean-chroot-manager'
license=('MIT')
-depends=('devtools>=20180528-1' 'rsync' 'libarchive>=3.3.3')
+depends=('devtools>=20190821-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=('3bbe344f92914a490f61c6fcb95189f4c95dacee45da975bf9c530e8fe867806')
+sha256sums=('c7b1444519ead636f8fe28924f21c1e05c10c5217c8bb3f5072e0a0d8956501d')
install=ccm.install
build() {