community/partclone to 0.3.19-1

This commit is contained in:
Kevin Mihelich 2022-03-31 13:19:56 +00:00
parent 859d0b2b95
commit fa79386733

View file

@ -8,22 +8,22 @@
# - remove fail-mbr from build # - remove fail-mbr from build
pkgname=partclone pkgname=partclone
pkgver=0.3.18 pkgver=0.3.19
pkgrel=1 pkgrel=1
pkgdesc="Utilities to save and restore used blocks on a partition" pkgdesc="Utilities to save and restore used blocks on a partition"
arch=('x86_64') arch=('x86_64')
url="https://partclone.org" url="https://partclone.org"
license=('GPL') license=('GPL')
depends=('progsreiserfs' 'ntfs-3g' 'nilfs-utils') depends=('ntfs-3g' 'nilfs-utils')
source=($pkgname-$pkgver.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/$pkgver.tar.gz) source=($pkgname-$pkgver.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/$pkgver.tar.gz)
md5sums=('011fd357ceb590d6fc1b8d0e8d4652fc') md5sums=('c4e469396a402810f97370fbfa462934')
build() { build() {
cd $pkgname-$pkgver cd $pkgname-$pkgver
./autogen ./autogen
sed -i 's/fail-mbr//' Makefile.in sed -i 's/fail-mbr//' Makefile.in
./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \ ./configure --prefix=/usr --enable-extfs --enable-fat \
--enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \ --enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
--enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 --enable-xfs \ --enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 --enable-xfs \
--sbindir=/usr/bin --sbindir=/usr/bin