Date: Tuesday, March 23, 2021 @ 10:20:30 Author: alucryd Revision: 900243
upgpkg: libldm 0.2.5-1 Modified: libldm/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-23 10:19:33 UTC (rev 900242) +++ PKGBUILD 2021-03-23 10:20:30 UTC (rev 900243) @@ -3,8 +3,8 @@ # Contributor: Neal Buchanan <[email protected]> pkgname=libldm -pkgver=0.2.4.r22.63883d8 -pkgrel=2 +pkgver=0.2.5 +pkgrel=1 pkgdesc='A tool and library for managing Microsoft Windows Dynamic Disks' arch=(x86_64) url=https://github.com/mdbooth/libldm @@ -30,9 +30,9 @@ libldm-1.0.so ) conflicts=(ldmtool) -_commit=63883d8151cbdbf0714332984c41c7fb291dea67 +_tag=aa60557dc59b7aeeda5aaf694c71b7649340ab2f source=( - git+https://github.com/mdbooth/libldm.git#commit=${_commit} + git+https://github.com/mdbooth/libldm.git#tag=${_tag} ldmtool.service ) b2sums=('SKIP'
