mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/partclone to 0.3.18-1
This commit is contained in:
parent
6ccf3424b6
commit
1fadb8ae1f
1 changed files with 4 additions and 4 deletions
|
@ -8,15 +8,15 @@
|
|||
# - remove fail-mbr from build
|
||||
|
||||
pkgname=partclone
|
||||
pkgver=0.3.17
|
||||
pkgrel=2
|
||||
pkgver=0.3.18
|
||||
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/unstable/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('faab4ae8a7629b77ed11f61bc50b753a')
|
||||
source=($pkgname-$pkgver.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/$pkgver.tar.gz)
|
||||
md5sums=('011fd357ceb590d6fc1b8d0e8d4652fc')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue