--- ./PKGBUILD.orig 2013-01-02 17:54:11.000000000 -0500 +++ ./PKGBUILD 2013-06-03 19:12:00.838692198 -0400 @@ -7,7 +7,7 @@ _pkgname=uswsusp pkgname=${_pkgname}-fbsplash pkgver=1.0 -pkgrel=7 +pkgrel=8 pkgdesc="Userspace software suspend aka suspend-utils - with Fbsplash support" arch=('i686' 'x86_64') url="http://suspend.sourceforge.net" @@ -40,6 +40,7 @@ 'fbsplash-no-pre-snapshoot-progress.patch' 'fbsplash-no-fade-effects.patch' 'resume-disable-print-libgcrypt-version.patch' + 'load-checksum-mismatch.patch' ) build() { @@ -70,6 +71,9 @@ # Don't show message "resume: libgcrypt version: VERSION" patch -Np2 -i ../resume-disable-print-libgcrypt-version.patch + # Fix MD5 checksum mismatch problem -- checksum correct yet fails + patch -Np2 -i ../load-checksum-mismatch.patch + ./configure \ --prefix=/usr \ --enable-compress \ @@ -78,6 +82,7 @@ --disable-resume-static \ --disable-static \ --sysconfdir=/etc \ + --sbindir=/usr/bin \ --enable-fbsplash make } @@ -103,4 +108,5 @@ '8db88e41c1a8a34cf36d59498f19bdcc' '917d079ea7cd9a02d19361e71b0b3ac7' 'a479dc5f19d1ee9c8315f3e63217a65a' - '87adbe05e7281f3a571cdcae7e0378fc') + '87adbe05e7281f3a571cdcae7e0378fc' + '72cb450098eeddd682053d44c6d80bd3')