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

Maxime Gauduin alucryd at archlinux.org
Sat Nov 17 15:21:33 UTC 2018


    Date: Saturday, November 17, 2018 @ 15:21:33
  Author: alucryd
Revision: 408553

FS#60486: libldm 0.2.4-2

Modified:
  libldm/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-17 15:02:59 UTC (rev 408552)
+++ PKGBUILD	2018-11-17 15:21:33 UTC (rev 408553)
@@ -4,7 +4,7 @@
 
 pkgname=libldm
 pkgver=0.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A tool and library for managing Microsoft Windows Dynamic Disks'
 arch=('x86_64')
 url='https://github.com/mdbooth/libldm'
@@ -19,6 +19,12 @@
 sha256sums=('SKIP'
             '7feca8b7b8561b2572e23c82a889fd665a25aabddfed336caf13c4bcb053d99e')
 
+prepare() {
+  cd libldm
+
+  git cherry-pick -n ee1b37a034038f09d61b121cc8b3651024acc46f # FS#60486
+}
+
 build() {
   cd libldm
 



More information about the arch-commits mailing list