ntdsextract2: generate missing lockfile

This commit is contained in:
classabbyamp 2023-06-27 02:12:41 -04:00
parent 9cc3f0c486
commit 13e9a5fb42
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5

View File

@ -1,7 +1,7 @@
# Template file for 'ntdsextract2'
pkgname=ntdsextract2
version=0.9.1
revision=1
revision=2
build_style=cargo
short_desc="Display contents of Active Directory database files"
maintainer="Andrew Benson <abenson+void@gmail.com>"
@ -9,3 +9,8 @@ license="GPL-3.0-or-later"
homepage="https://github.com/janstarke/ntdsextract2"
distfiles="https://github.com/janstarke/ntdsextract2/archive/refs/tags/v${version}.tar.gz"
checksum=75b3731dac5e3d2f6d3149f60f4336d3bd2732a1843bfff6e1fcb8d1cc46fc45
post_patch() {
# https://github.com/janstarke/ntdsextract2/pull/8
cargo generate-lockfile
}