From 0fa0395413d0bbcb662e7a6670e11fcc80072849 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 16 Nov 2019 14:53:15 +0000 Subject: [PATCH] community/partclone to 0.3.12-1 --- community/partclone/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/community/partclone/PKGBUILD b/community/partclone/PKGBUILD index aae95aaf1..3a6a06419 100644 --- a/community/partclone/PKGBUILD +++ b/community/partclone/PKGBUILD @@ -8,19 +8,20 @@ # - remove fail-mbr from build pkgname=partclone -pkgver=0.3.11 +pkgver=0.3.12 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=('caede528e8a240aef9a1f12e714989c3') +source=(https://partclone.nchc.org.tw/download/testing/$pkgname-$pkgver.tar.gz) +md5sums=('5c29f38e484fd5800873e06adc9e7e19') build() { cd $pkgname-$pkgver + ./autogen sed -i 's/fail-mbr//' Makefile.in ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \ --enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \