diff options
author | Britney Fransen <brfransen@gmail.com> | 2025-01-22 23:12:17 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2025-01-22 23:12:17 (GMT) |
commit | ff61958e6842f521af928d4b648d88a0e6d06b24 (patch) | |
tree | 3c8d670a9fc642e02f3ca4acf3955a66d95fe5d3 /linhes | |
parent | ccb4da28df33bd83c150c310e105253e7a98e1f6 (diff) | |
download | linhes_pkgbuild-ff61958e6842f521af928d4b648d88a0e6d06b24.zip linhes_pkgbuild-ff61958e6842f521af928d4b648d88a0e6d06b24.tar.gz linhes_pkgbuild-ff61958e6842f521af928d4b648d88a0e6d06b24.tar.bz2 |
clean-chroot-manager: update to 2.232
Diffstat (limited to 'linhes')
-rw-r--r-- | linhes/clean-chroot-manager/PKGBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/linhes/clean-chroot-manager/PKGBUILD b/linhes/clean-chroot-manager/PKGBUILD index e696da1..2116410 100644 --- a/linhes/clean-chroot-manager/PKGBUILD +++ b/linhes/clean-chroot-manager/PKGBUILD @@ -2,14 +2,12 @@ pkgname=clean-chroot-manager pkgver=2.232 -pkgrel=1 +pkgrel=2 pkgdesc='Wrapper for managing clean chroot builds with local repo therein.' -arch=('any') +arch=(any) url='https://github.com/graysky2/clean-chroot-manager' -license=('MIT') -depends=('devtools>=1:1.0.0-1' 'rsync' 'libarchive>=3.3.3' 'pacman>=7.0.0-1') -conflicts=('clean_chroot_manager') -replaces=('clean_chroot_manager') +license=(MIT) +depends=('devtools>=1:1.0.0-1' rsync 'libarchive>=3.3.3' 'pacman>=7.0.0-1' bc) source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/clean-chroot-manager/archive/v$pkgver.tar.gz") b2sums=('533f38a80dae5777683f09ed5ea159a473dd36bba74d5758a1b3432d1705570e9e163dfe9def6570d51e8699385ac9d691489734d2a7f627e9af51e02659f07a') install=ccm.install |