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

Jonathan Steel jsteel at archlinux.org
Thu Mar 24 14:18:59 UTC 2016


    Date: Thursday, March 24, 2016 @ 15:18:58
  Author: jsteel
Revision: 168243

upgpkg: clonezilla 3.20.21-1

Modified:
  clonezilla/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-24 13:39:43 UTC (rev 168242)
+++ PKGBUILD	2016-03-24 14:18:58 UTC (rev 168243)
@@ -3,8 +3,8 @@
 # Contributor: M0Rf30
 
 pkgname=clonezilla
-pkgver=3.10.11
-pkgrel=5
+pkgver=3.20.21
+pkgrel=1
 pkgdesc="ncurses partition and disk imaging/cloning program"
 arch=('any')
 url="http://clonezilla.org"
@@ -15,7 +15,7 @@
 backup=('etc/drbl/drbl-ocs.conf')
 source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2
         usrbin.patch)
-md5sums=('3820052fbb32a5b2c1de9e7595c412f0'
+md5sums=('4bc18375fae387f0e4204befb4f3a9ff'
          'a976c9209f7bbccd352a9d0a5c8b41ae')
 
 prepare() {
@@ -22,13 +22,6 @@
   cd $pkgname-$pkgver
 
   patch -Np0 -i "$srcdir"/usrbin.patch
-
-  # remove unavailable gzip option
-  sed -i '69s/ --rsyncable//' conf/drbl-ocs.conf
-
-  # FS#44927
-  sed -i 's/sfdisk -R/blockdev --rereadpt/g' scripts/sbin/ocs-functions \
-    sbin/ocs-makeboot sbin/ocs-onthefly
 }
 
 package() {



More information about the arch-commits mailing list