mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/partclone to 0.3.24-1
This commit is contained in:
parent
a47ed04e71
commit
a6dbb74728
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
# Maintainer: Jonathan Steel <jsteel at archlinux.org>
|
||||
# Maintainer: T.J. Townsend <blakkheim@archlinux.org>
|
||||
# Contrinutor: Dan Serban
|
||||
# Contributor: Franz Burgmann
|
||||
# Contributor: Todd Partridge (Gen2ly)
|
||||
|
@ -9,7 +8,7 @@
|
|||
# - remove fail-mbr from build
|
||||
|
||||
pkgname=partclone
|
||||
pkgver=0.3.23
|
||||
pkgver=0.3.24
|
||||
pkgrel=1
|
||||
pkgdesc="Utilities to save and restore used blocks on a partition"
|
||||
arch=('x86_64')
|
||||
|
@ -17,7 +16,7 @@ url="https://partclone.org"
|
|||
license=('GPL')
|
||||
depends=('ntfs-3g' 'nilfs-utils')
|
||||
source=($pkgname-$pkgver.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/$pkgver.tar.gz)
|
||||
sha256sums=('55f0d9dc6c66fae05ad5f134f46662d7a2737e25f871943f699d50808482678d')
|
||||
sha256sums=('316d100a75bf5665bacb252565bf9f952b9709bbd45588b4c4ec597e923b241b')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue