agherzan / yubikey-full-disk-encryption

Use YubiKey to unlock a LUKS partition
Apache License 2.0
808 stars 50 forks source link

PKGBUILD fail because of "-git" name change #40

Closed cryptowest closed 5 years ago

cryptowest commented 5 years ago

PKGBUILD fails during makepkg -s due to package name change from yubikey-full-disk-encryption to yubikey-full-disk-encryption-git

pkgver() { cd "${pkgname}" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" }

Vincent43 commented 5 years ago

Fixed with https://github.com/agherzan/yubikey-full-disk-encryption/commit/2b977b90347b8cc64996e106da44491f276e1b26 . I'm sorry for this. Thx for the report.