summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2015-08-27 11:56:04 -0400
committerbrent s2015-08-27 11:56:04 -0400
commite8727c5df04464cd88714c765ae1ac4ef42f4a4f (patch)
tree9c8fed33264af593c10233e4fa62cec48b200f1e
parent16ab725ce34414ce03432446f12aa10cdb36b436 (diff)
downloadaur-e8727c5df04464cd88714c765ae1ac4ef42f4a4f.tar.gz
updating to 3.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--mondo-initrd.patch4
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21739fe9e13e..0054188bb2dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mondo
pkgdesc = A disaster recovery solution to create backup media that can be used to redeploy the damaged system
- pkgver = 3.0.2
+ pkgver = 3.2.0
pkgrel = 1
url = http://www.mondorescue.org/
changelog = ChangeLog
@@ -23,10 +23,10 @@ pkgbase = mondo
depends = slang
optdepends = lzop: File compressor using lzo lib
optdepends = lzo: A portable lossless data compression library
- source = ftp://ftp.mondorescue.org/src/mondo-3.0.2.tar.gz
+ source = ftp://ftp.mondorescue.org/src/mondo-3.2.0.tar.gz
source = mondo-initrd.patch
- md5sums = 6c1475911daef9e2e95eaf4394e399d7
- md5sums = 13746686b22550efc6d7d6471561a9bf
+ md5sums = 6f5ef27d940c90a858ce9b1888c23c2d
+ md5sums = 29ba10f84bd587aa1b80f70f91be6b02
pkgname = mondo
diff --git a/PKGBUILD b/PKGBUILD
index 935e37ce74ba..fc10f1e6ffb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: M.Carreira <arch@carreira.com.pt>
# Contributor: M.Carreira <arch@carreira.com.pt>
pkgname=mondo
-pkgver=3.0.2
+pkgver=3.2.0
pkgrel=1
pkgdesc="A disaster recovery solution to create backup media that can be used to redeploy the damaged system"
arch=('i686' 'x86_64')
@@ -16,11 +16,11 @@ optdepends=('lzop: File compressor using lzo lib'
source=(ftp://ftp.mondorescue.org/src/$pkgname-$pkgver.tar.gz
mondo-initrd.patch)
-md5sums=('6c1475911daef9e2e95eaf4394e399d7'
- '13746686b22550efc6d7d6471561a9bf')
+md5sums=('6f5ef27d940c90a858ce9b1888c23c2d'
+ '29ba10f84bd587aa1b80f70f91be6b02')
-build() {
+package() {
cd "$srcdir/$pkgname-$pkgver"
patch -p1 < ../mondo-initrd.patch
./configure --prefix=/usr
diff --git a/mondo-initrd.patch b/mondo-initrd.patch
index 4875bf7bace4..1fbb84b93bb9 100644
--- a/mondo-initrd.patch
+++ b/mondo-initrd.patch
@@ -1,5 +1,5 @@
---- mondo-3.0.2/src/mondorestore/mondo-rstr-tools.c 2012-03-30 01:43:01.000000000 +0100
-+++ mondo-3.0.2/src/mondorestore/mondo-rstr-tools-patch.c 2012-06-07 21:32:29.101163056 +0100
+--- mondo-3.2.0/src/mondorestore/mondo-rstr-tools.c
++++ mondo-3.2.0/src/mondorestore/mondo-rstr-tools-patch.c
@@ -1246,7 +1246,7 @@
("You will now be able to re-generate your initrd.\nThis is especially useful if you changed of hardware configuration, cloned, made P2V, used multipath...\nDo you need to do it ?")) {
log_msg(1,"Launching shell for manual initrd recreation");