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

Sébastien Luttringer seblu at archlinux.org
Thu Aug 21 14:50:05 UTC 2014


    Date: Thursday, August 21, 2014 @ 16:50:05
  Author: seblu
Revision: 220500

upgpkg: btrfs-progs 3.14.2-4

- fix FS#41627

Modified:
  btrfs-progs/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-21 09:52:12 UTC (rev 220499)
+++ PKGBUILD	2014-08-21 14:50:05 UTC (rev 220500)
@@ -5,7 +5,7 @@
 
 pkgname=btrfs-progs
 pkgver=3.14.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Btrfs filesystem utilities'
 arch=('i686' 'x86_64')
 depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
@@ -28,6 +28,9 @@
 
 prepare() {
   patch -p 1 -d $pkgname < 01-fix-manpages.patch
+  # FS#41627
+  cd $pkgname
+  git update-index --assume-unchanged Documentation/Makefile
 }
 
 build() {




More information about the arch-commits mailing list