nasa-wallpaper: generate lockfile

This commit is contained in:
Jan Christian Grünhage 2023-04-08 18:53:19 +02:00 committed by classabbyamp
parent 391b11116f
commit 544270158a
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'nasa-wallpaper'
pkgname=nasa-wallpaper
version=2.0
revision=3
revision=4
build_style="cargo"
hostmakedepends="pkg-config"
makedepends="openssl-devel"
@ -11,3 +11,9 @@ license="Apache-2.0"
homepage="https://github.com/davidpob99/nasa-wallpaper/"
distfiles="https://github.com/davidpob99/nasa-wallpaper/archive/v${version}.tar.gz"
checksum=5bdf85cabc954069f7188f32c5579a6d47aae1781bc438bead7d7a0af335f5f8
post_patch() {
# Upstream does not ship a lockfile yet:
# https://github.com/davidpob99/nasa-wallpaper/issues/12
cargo generate-lockfile
}