partclone: update to 0.2.79

This commit is contained in:
gnastyle 2015-07-08 00:12:46 +02:00
parent 53937de3ff
commit 9d8bccc808

View File

@ -1,18 +1,16 @@
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
pkgname=partclone
pkgver=0.2.70
pkgver=0.2.79
pkgrel=1
pkgdesc="Backup and restore a partition for numerous file-systems types."
arch=('x86_64')
url="http://partclone.org/"
url="https://github.com/Thomas-Tsai/partclone"
license=('GPL2')
depends=('e2fsprogs' 'progsreiserfs' 'ncurses')
makedepends=('ncurses')
categories=('utils')
changelog=ChangeLog
source=("http://sourceforge.net/projects/${pkgname}/files/stable/${pkgver}/${pkgname}_${pkgver}.orig.tar.gz")
md5sums=('92708a46e13f96544539f0073a162a67')
source=("https://github.com/Thomas-Tsai/partclone/archive/${pkgver}.tar.gz")
sha512sums=('8feb4ad015c7d9befdece0bd082ec277f537fc371696f219d0800adba0049b46a0e5e36cafade42098b145232ba1e632e4106962028c1e9e3624e72888c33a20')
build() {
cd $srcdir/$pkgname-$pkgver