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

Massimiliano Torromeo mtorromeo at archlinux.org
Fri Oct 3 14:57:07 UTC 2014


    Date: Friday, October 3, 2014 @ 16:57:06
  Author: mtorromeo
Revision: 120105

upgpkg: snapper 0.2.4-1

Updated to 0.2.4

Modified:
  snapper/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-03 13:40:49 UTC (rev 120104)
+++ PKGBUILD	2014-10-03 14:57:06 UTC (rev 120105)
@@ -2,8 +2,8 @@
 # Contributor: Tom Kuther <gimpel at sonnenkinder.org>
 
 pkgname=snapper
-pkgver=0.2.3
-pkgrel=3
+pkgver=0.2.4
+pkgrel=1
 pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and restore snapshots and provides timelined auto-snapping."
 arch=('i686' 'x86_64')
 url="http://snapper.io"
@@ -21,6 +21,9 @@
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  # fix for btrfs-progs 3.16
+  sed 's/BTRFS_LIB_VERSION (100)/BTRFS_LIB_VERSION (101)/g' -i snapper/Btrfs.cc
+
   # boost fixlets - Arch doesn't use -mt suffix
   sed -e 's at lboost_thread-mt@lboost_thread at g' \
       -e 's at lboost_system-mt@lboost_system at g' \
@@ -76,7 +79,7 @@
   done
 }
 
-sha256sums=('6c78fc57ac018f7536a03971927f2b17f1f048f87e26689609028f51500c9c6a'
+sha256sums=('8fc70b8e7a39dc3249ce9141e2c5f0623bb80f8e4150a543d8ed04d2ad27f399'
             '7c0a695b4d70b3d6aa25789b478ceca86ac3dab6f678045df4907b2c020341f9'
             'd2f2571e92ffe612529d69a96bd725b4bd040fc36043d98dc1e09b6efcb65894'
             'b62f61261e45587a38bcbe6468b8932259740984151db1636d299ddafbe3f7a9'



More information about the arch-commits mailing list