mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/partclone to 0.3.23-1
This commit is contained in:
parent
af075b6233
commit
be5842df17
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
# Maintainer: Jonathan Steel <jsteel at archlinux.org>
|
||||
# Maintainer: T.J. Townsend <blakkheim@archlinux.org>
|
||||
# Contrinutor: Dan Serban
|
||||
# Contributor: Franz Burgmann
|
||||
# Contributor: Todd Partridge (Gen2ly)
|
||||
|
@ -8,7 +9,7 @@
|
|||
# - remove fail-mbr from build
|
||||
|
||||
pkgname=partclone
|
||||
pkgver=0.3.22
|
||||
pkgver=0.3.23
|
||||
pkgrel=1
|
||||
pkgdesc="Utilities to save and restore used blocks on a partition"
|
||||
arch=('x86_64')
|
||||
|
@ -16,7 +17,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=('28541e087c1c23aaaaacbe11ae6da40f48d3bd840fc54cba992745ff3a58d5e1')
|
||||
sha256sums=('55f0d9dc6c66fae05ad5f134f46662d7a2737e25f871943f699d50808482678d')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue