mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/partclone to 0.3.15-1
This commit is contained in:
parent
7e06f9b891
commit
c3b799b44a
1 changed files with 3 additions and 3 deletions
|
@ -8,15 +8,15 @@
|
|||
# - remove fail-mbr from build
|
||||
|
||||
pkgname=partclone
|
||||
pkgver=0.3.12
|
||||
pkgver=0.3.15
|
||||
pkgrel=1
|
||||
pkgdesc="Utilities to save and restore used blocks on a partition"
|
||||
arch=('x86_64')
|
||||
url="https://partclone.org"
|
||||
license=('GPL')
|
||||
depends=('progsreiserfs' 'ntfs-3g' 'nilfs-utils')
|
||||
source=(https://partclone.nchc.org.tw/download/testing/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('5c29f38e484fd5800873e06adc9e7e19')
|
||||
source=(https://partclone.nchc.org.tw/download/unstable/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('088d3707cbe19dac3d6e192771925d93')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue