summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68e458519e54..88d5fc78dadf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = clean-chroot-manager
depends = devtools>=20190821-1
depends = rsync
depends = libarchive>=3.3.3
+ depends = pacman<5.2
conflicts = clean_chroot_manager
replaces = clean_chroot_manager
source = clean-chroot-manager-2.98.tar.gz::https://github.com/graysky2/clean-chroot-manager/archive/v2.98.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 82069bec4ed5..99cd42af6d53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ 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>=20190821-1' 'rsync' 'libarchive>=3.3.3')
+depends=('devtools>=20190821-1' 'rsync' 'libarchive>=3.3.3' 'pacman<5.2')
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")