blob: 9de558610d94b2ac0565f05b5b7b5ccc4cabafbf (
plain)
1
2
3
4
5
6
7
8
9
|
if [[ $pkgver == '2.6.0' ]]; then
source+=('https://github.com/Yubico/yubico-piv-tool/commit/653ce43556535504d7901a897ef5e96557b374af.patch')
sha256sums+=('e32c56be6d322767ea7a6c952c5ad897897887a06ce55e498a2bca9e868f1bed')
prepare() {
cd "${pkgname}-${pkgver}"
patch -p1 -i ../653ce43556535504d7901a897ef5e96557b374af.patch
cd -
}
fi
|