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

Felix Yan felixonmars at archlinux.org
Tue Jun 6 17:34:21 UTC 2017


    Date: Tuesday, June 6, 2017 @ 17:34:20
  Author: felixonmars
Revision: 298094

upgpkg: volume_key 0.3.9-2

fix broken includes

Modified:
  volume_key/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-06 17:33:59 UTC (rev 298093)
+++ PKGBUILD	2017-06-06 17:34:20 UTC (rev 298094)
@@ -3,7 +3,7 @@
 
 pkgname=volume_key
 pkgver=0.3.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases"
 arch=('i686' 'x86_64')
 url="https://pagure.io/volume_key"
@@ -30,4 +30,5 @@
 package() {
   cd "$srcdir"/volume_key-volume_key-$pkgver
   make DESTDIR="$pkgdir" install
+  sed -i '/#include <config.h>/d' "$pkgdir"/usr/include/volume_key/libvolume_key.h
 }



More information about the arch-commits mailing list