Compare commits
2 commits
f4e6923577
...
47149f4594
Author | SHA1 | Date | |
---|---|---|---|
47149f4594 | |||
9ff0dd0678 |
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,10 +1,10 @@
|
||||||
pkgbase = clonezilla-unstable
|
pkgbase = clonezilla-unstable
|
||||||
pkgdesc = ncurses partition and disk imaging/cloning program
|
pkgdesc = ncurses partition and disk imaging/cloning program
|
||||||
pkgver = 5.6.13
|
pkgver = 5.6.14
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://clonezilla.org
|
url = https://clonezilla.org
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL2
|
license = GPL-2.0-or-later
|
||||||
depends = drbl
|
depends = drbl
|
||||||
depends = partclone
|
depends = partclone
|
||||||
depends = ntfs-3g
|
depends = ntfs-3g
|
||||||
|
@ -29,9 +29,9 @@ pkgbase = clonezilla-unstable
|
||||||
provides = clonezilla
|
provides = clonezilla
|
||||||
conflicts = clonezilla
|
conflicts = clonezilla
|
||||||
backup = etc/drbl/drbl-ocs.conf
|
backup = etc/drbl/drbl-ocs.conf
|
||||||
source = https://free.nchc.org.tw/drbl-core/src/unstable/clonezilla-5.6.13.tar.xz
|
source = https://free.nchc.org.tw/drbl-core/src/unstable/clonezilla-5.6.14.tar.xz
|
||||||
source = usrbin.patch
|
source = usrbin.patch
|
||||||
sha512sums = 2fadd1039ed27302ff369e97f436dfc8306d33c0fb3ff56ec740301c8fef4d5838738367a5e8012166b66a90f0a11dbb0c61661edaec415ab085dff016894e6d
|
sha512sums = ad8eacb28e24b1c07bc0698cf86f4c2c851c9a48a45c38f5419e09a8573a97424246917aaad1ca608d87937ea1995431f1e78dc53d9b1ff000d84cc73095ba02
|
||||||
sha512sums = 39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac
|
sha512sums = 39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac
|
||||||
|
|
||||||
pkgname = clonezilla-unstable
|
pkgname = clonezilla-unstable
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
pkgname=clonezilla-unstable
|
pkgname=clonezilla-unstable
|
||||||
_pkgname=clonezilla
|
_pkgname=clonezilla
|
||||||
pkgver=5.6.13
|
pkgver=5.6.14
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="ncurses partition and disk imaging/cloning program"
|
pkgdesc="ncurses partition and disk imaging/cloning program"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://clonezilla.org"
|
url="https://clonezilla.org"
|
||||||
license=('GPL2')
|
license=('GPL-2.0-or-later')
|
||||||
depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
|
depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
|
||||||
'gptfdisk' 'dosfstools' 'gzip' 'bzip2' 'pbzip2' 'lbzip2' 'lrzip'
|
'gptfdisk' 'dosfstools' 'gzip' 'bzip2' 'pbzip2' 'lbzip2' 'lrzip'
|
||||||
'xz' 'pixz' 'lzop' 'ecryptfs-utils' 'screen' 'perl' 'cifs-utils')
|
'xz' 'pixz' 'lzop' 'ecryptfs-utils' 'screen' 'perl' 'cifs-utils')
|
||||||
|
@ -16,7 +16,7 @@ conflicts=("${_pkgname}")
|
||||||
provides=("${_pkgname}")
|
provides=("${_pkgname}")
|
||||||
source=("https://free.nchc.org.tw/drbl-core/src/unstable/${_pkgname}-${pkgver}.tar.xz"
|
source=("https://free.nchc.org.tw/drbl-core/src/unstable/${_pkgname}-${pkgver}.tar.xz"
|
||||||
'usrbin.patch')
|
'usrbin.patch')
|
||||||
sha512sums=('2fadd1039ed27302ff369e97f436dfc8306d33c0fb3ff56ec740301c8fef4d5838738367a5e8012166b66a90f0a11dbb0c61661edaec415ab085dff016894e6d'
|
sha512sums=('ad8eacb28e24b1c07bc0698cf86f4c2c851c9a48a45c38f5419e09a8573a97424246917aaad1ca608d87937ea1995431f1e78dc53d9b1ff000d84cc73095ba02'
|
||||||
'39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac')
|
'39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue