mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/partclone to 0.2.80-1
This commit is contained in:
parent
166cd06ef5
commit
2c36af4966
1 changed files with 4 additions and 4 deletions
|
@ -9,15 +9,15 @@
|
||||||
# - remove fail-mbr from build
|
# - remove fail-mbr from build
|
||||||
|
|
||||||
pkgname=partclone
|
pkgname=partclone
|
||||||
pkgver=0.2.70
|
pkgver=0.2.80
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Utilities to save and restore used blocks on a partition"
|
pkgdesc="Utilities to save and restore used blocks on a partition"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://partclone.org"
|
url="http://partclone.org"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('progsreiserfs' 'ntfs-3g')
|
depends=('progsreiserfs' 'ntfs-3g')
|
||||||
source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.gz)
|
source=(http://partclone.nchc.org.tw/download/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
|
||||||
md5sums=('92708a46e13f96544539f0073a162a67')
|
md5sums=('82e83d8350714d0834bde59a4a168f8c')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue