[arch-commits] Commit in partclone/trunk (PKGBUILD)
Jonathan Steel
jsteel at archlinux.org
Wed Mar 9 11:26:37 UTC 2016
Date: Wednesday, March 9, 2016 @ 12:26:37
Author: jsteel
Revision: 165719
upgpkg: partclone 0.2.87-1
Enable more filesystem support such as xfs and exfat FS#48513
Modified:
partclone/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-09 10:42:26 UTC (rev 165718)
+++ PKGBUILD 2016-03-09 11:26:37 UTC (rev 165719)
@@ -6,21 +6,23 @@
# Contributor: Ivan Sichmann Freitas
pkgname=partclone
-pkgver=0.2.80
-pkgrel=2
+pkgver=0.2.87
+pkgrel=1
pkgdesc="Utilities to save and restore used blocks on a partition"
arch=('i686' 'x86_64')
url="http://partclone.org"
license=('GPL')
-depends=('progsreiserfs' 'ntfs-3g')
-source=(http://partclone.nchc.org.tw/download/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
-md5sums=('82e83d8350714d0834bde59a4a168f8c')
+depends=('progsreiserfs' 'ntfs-3g' 'nilfs-utils')
+source=(http://partclone.nchc.org.tw/download/testing/${pkgname}_$pkgver.orig.tar.gz)
+md5sums=('e06ffe1bf5ef463937ecb9ac2f38d4fe')
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
- --enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs --sbindir=/usr/bin
+ --enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
+ --enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 --enable-xfs \
+ --sbindir=/usr/bin
make
}
More information about the arch-commits
mailing list