mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/partclone to 0.2.88-1
This commit is contained in:
parent
edf37365b0
commit
7d2ada031f
1 changed files with 4 additions and 4 deletions
|
@ -9,15 +9,15 @@
|
|||
# - remove fail-mbr from build
|
||||
|
||||
pkgname=partclone
|
||||
pkgver=0.2.87
|
||||
pkgrel=2
|
||||
pkgver=0.2.88
|
||||
pkgrel=1
|
||||
pkgdesc="Utilities to save and restore used blocks on a partition"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://partclone.org"
|
||||
license=('GPL')
|
||||
depends=('progsreiserfs' 'ntfs-3g' 'nilfs-utils')
|
||||
source=(http://partclone.nchc.org.tw/download/testing/${pkgname}_$pkgver.orig.tar.gz)
|
||||
md5sums=('e06ffe1bf5ef463937ecb9ac2f38d4fe')
|
||||
source=(http://partclone.nchc.org.tw/download/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
|
||||
md5sums=('dd8c6a781ba80cdf03b3f7d591dfb99f')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue