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

Maxime Gauduin alucryd at archlinux.org
Tue Jan 26 10:39:33 UTC 2021


    Date: Tuesday, January 26, 2021 @ 10:39:32
  Author: alucryd
Revision: 830387

upgpkg: libldm 0.2.4.r22.63883d8-1

Modified:
  libldm/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-26 10:25:56 UTC (rev 830386)
+++ PKGBUILD	2021-01-26 10:39:32 UTC (rev 830387)
@@ -3,7 +3,7 @@
 # Contributor: Neal Buchanan <neal.buchanan at gmx.com>
 
 pkgname=libldm
-pkgver=0.2.4.r20.a856552
+pkgver=0.2.4.r22.63883d8
 pkgrel=1
 pkgdesc='A tool and library for managing Microsoft Windows Dynamic Disks'
 arch=(x86_64)
@@ -29,14 +29,13 @@
   libldm-1.0.so
 )
 conflicts=(ldmtool)
+_commit=63883d8151cbdbf0714332984c41c7fb291dea67
 source=(
-  git+https://github.com/mdbooth/libldm.git#commit=a856552670944b4dbb28740aa42e58ffa8434803
+  git+https://github.com/mdbooth/libldm.git#commit=${_commit}
   ldmtool.service
 )
-sha256sums=(
-  SKIP
-  bc191523e702b9f8813d93f9e37693e6b97d9adf7eada5463c29fbf1b46c6f2a
-)
+b2sums=('SKIP'
+        'fa03762f3642959b8abd50e62f79cc23e0dfca49c7c7d661c38d49fd5282d5bd95ccf5b66562a7b005657312b4f4f72e92c4e75365f007ca09e8199b7ba9802a')
 
 pkgver() {
   cd libldm
@@ -44,10 +43,14 @@
   git describe --tags | sed 's/^libldm-//; s/-/.r/; s/-g/./'
 }
 
+prepare() {
+  cd libldm
+  autoreconf -fiv
+}
+
 build() {
   cd libldm
-
-  ./autogen.sh \
+  ./configure \
     --prefix=/usr
   make
 }



More information about the arch-commits mailing list