[arch-commits] Commit in partclone/trunk (PKGBUILD)

Jonathan Steel jsteel at archlinux.org
Sat Nov 16 09:28:34 UTC 2019


    Date: Saturday, November 16, 2019 @ 09:28:33
  Author: jsteel
Revision: 529504

upgpkg: partclone 0.3.12-1

Modified:
  partclone/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-16 08:55:17 UTC (rev 529503)
+++ PKGBUILD	2019-11-16 09:28:33 UTC (rev 529504)
@@ -5,7 +5,7 @@
 # Contributor: Ivan Sichmann Freitas
 
 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')
@@ -12,12 +12,13 @@
 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
   ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
     --enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
     --enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 --enable-xfs \



More information about the arch-commits mailing list