update all the packages, remove some unneeded ones
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
# Maintainer: graysky <graysky AT archlinux DOT us>
|
||||
|
||||
pkgname='clean-chroot-manager'
|
||||
pkgver=2.87
|
||||
pkgname=clean-chroot-manager
|
||||
pkgver=2.89
|
||||
pkgrel=1
|
||||
pkgdesc='Wrapper scripts for managing clean chroots (64-bit and 32-bit).'
|
||||
pkgdesc='Wrapper scripts for managing clean chroots.'
|
||||
arch=('any')
|
||||
url='https://github.com/graysky2/clean-chroot-manager'
|
||||
license=('MIT')
|
||||
depends=('devtools' 'rsync')
|
||||
depends=('devtools>=20180528-1' 'rsync')
|
||||
conflicts=('clean_chroot_manager')
|
||||
replaces=('clean_chroot_manager')
|
||||
source=("http://repo-ck.com/source/$pkgname/$pkgname-$pkgver.tar.xz")
|
||||
sha256sums=('bd314651616147c6bc3266fe64ee885974922655813ca3c36b13b2823e71b6c7')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/clean-chroot-manager/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('07b4fc355abf6c7310ef8b48b729f3311127922e041e8fc15e9e4090ba813465')
|
||||
install=ccm.install
|
||||
|
||||
build() {
|
||||
|
@@ -2,7 +2,7 @@
|
||||
## arg 2: the old package version
|
||||
|
||||
post_upgrade() {
|
||||
for test in 2.81-1 2.73-1 2.72-1 2.55-1 2.17-1 2.22-1 2.69-1; do
|
||||
for test in 2.87-1 2.81-1 2.73-1 2.72-1 2.55-1 2.17-1 2.22-1 2.69-1; do
|
||||
if [ "$(vercmp $2 $test)" -lt 1 ]; then
|
||||
echo
|
||||
echo '--> Please check ~/.config/clean-chroot-manager.conf against the'
|
||||
|
Reference in New Issue
Block a user