mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 08:47:15 +08:00
partclone: update to 0.2.79
This commit is contained in:
parent
53937de3ff
commit
9d8bccc808
@ -1,18 +1,16 @@
|
|||||||
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
|
|
||||||
|
|
||||||
pkgname=partclone
|
pkgname=partclone
|
||||||
pkgver=0.2.70
|
pkgver=0.2.79
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Backup and restore a partition for numerous file-systems types."
|
pkgdesc="Backup and restore a partition for numerous file-systems types."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://partclone.org/"
|
url="https://github.com/Thomas-Tsai/partclone"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('e2fsprogs' 'progsreiserfs' 'ncurses')
|
depends=('e2fsprogs' 'progsreiserfs' 'ncurses')
|
||||||
makedepends=('ncurses')
|
makedepends=('ncurses')
|
||||||
categories=('utils')
|
categories=('utils')
|
||||||
changelog=ChangeLog
|
changelog=ChangeLog
|
||||||
source=("http://sourceforge.net/projects/${pkgname}/files/stable/${pkgver}/${pkgname}_${pkgver}.orig.tar.gz")
|
source=("https://github.com/Thomas-Tsai/partclone/archive/${pkgver}.tar.gz")
|
||||||
md5sums=('92708a46e13f96544539f0073a162a67')
|
sha512sums=('8feb4ad015c7d9befdece0bd082ec277f537fc371696f219d0800adba0049b46a0e5e36cafade42098b145232ba1e632e4106962028c1e9e3624e72888c33a20')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir/$pkgname-$pkgver
|
cd $srcdir/$pkgname-$pkgver
|
||||||
|
Loading…
Reference in New Issue
Block a user