Compare commits

..

No commits in common. "b2ca1e6a8fc3d2cadd657a6ee2e5563568bce09a" and "3279258aba3ee4d1b647727783b5a06dfd91db09" have entirely different histories.

2 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
pkgbase = clonezilla-unstable
pkgdesc = ncurses partition and disk imaging/cloning program
pkgver = 5.3.0
pkgver = 5.2.7
pkgrel = 1
url = https://clonezilla.org
arch = any
@ -29,9 +29,9 @@ pkgbase = clonezilla-unstable
provides = clonezilla
conflicts = clonezilla
backup = etc/drbl/drbl-ocs.conf
source = https://free.nchc.org.tw/drbl-core/src/unstable/clonezilla-5.3.0.tar.xz
source = https://free.nchc.org.tw/drbl-core/src/unstable/clonezilla-5.2.7.tar.xz
source = usrbin.patch
sha256sums = a26667fc74e2ac8d7655a6f4a0a41ce629326a9900dd664a34f37774042f3e34
sha256sums = c6da5fed444286509b6573ad59083968f430660007623be67285e833264841a5
sha256sums = 9340f18b27a1b3b41c4935c5831f6503e4cadf333f03433769906da40a6e38e6
pkgname = clonezilla-unstable

View file

@ -2,31 +2,31 @@
pkgname=clonezilla-unstable
_pkgname=clonezilla
pkgver=5.3.0
pkgver=5.2.7
pkgrel=1
pkgdesc="ncurses partition and disk imaging/cloning program"
arch=('any')
url="https://clonezilla.org"
license=('GPL2')
depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
'gptfdisk' 'dosfstools' 'gzip' 'bzip2' 'pbzip2' 'lbzip2' 'lrzip'
'xz' 'pixz' 'lzop' 'ecryptfs-utils' 'screen' 'perl' 'cifs-utils')
'gptfdisk' 'dosfstools' 'gzip' 'bzip2' 'pbzip2' 'lbzip2' 'lrzip'
'xz' 'pixz' 'lzop' 'ecryptfs-utils' 'screen' 'perl' 'cifs-utils')
backup=('etc/drbl/drbl-ocs.conf')
conflicts=("${_pkgname}")
provides=("${_pkgname}")
source=("https://free.nchc.org.tw/drbl-core/src/unstable/${_pkgname}-${pkgver}.tar.xz"
'usrbin.patch')
sha256sums=('a26667fc74e2ac8d7655a6f4a0a41ce629326a9900dd664a34f37774042f3e34'
'usrbin.patch')
sha256sums=('c6da5fed444286509b6573ad59083968f430660007623be67285e833264841a5'
'9340f18b27a1b3b41c4935c5831f6503e4cadf333f03433769906da40a6e38e6')
prepare() {
cd "${_pkgname}-${pkgver}"
cd "${_pkgname}-${pkgver}"
patch -Np0 -i "${srcdir}/usrbin.patch"
patch -Np0 -i "${srcdir}/usrbin.patch"
}
package() {
cd "${_pkgname}-${pkgver}"
cd "${_pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
make DESTDIR="${pkgdir}" install
}