stdm: fix checksum, lockfile
This commit is contained in:
parent
b17c1dfc1a
commit
9cc3f0c486
11
srcpkgs/stdm/patches/cargo.lock.patch
Normal file
11
srcpkgs/stdm/patches/cargo.lock.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/Cargo.lock
|
||||
+++ b/Cargo.lock
|
||||
@@ -148,7 +148,7 @@
|
||||
|
||||
[[package]]
|
||||
name = "stdm"
|
||||
-version = "0.1.0"
|
||||
+version = "0.1.1"
|
||||
dependencies = [
|
||||
"dialoguer",
|
||||
"glob",
|
@ -1,14 +1,14 @@
|
||||
# Template file for 'stdm'
|
||||
pkgname=stdm
|
||||
version=0.1.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
short_desc="Simple terminal display manager"
|
||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||
license="AGPL-3.0-only"
|
||||
homepage="https://git.jcg.re/jcgruenhage/stdm"
|
||||
distfiles="https://git.jcg.re/jcgruenhage/stdm/archive/v${version}.tar.gz"
|
||||
checksum=c70ac589898199e68bf69f8d361accdc50e9fc3e3d7e530fc3a790315af2f489
|
||||
checksum=7570b30d50081d4438aff731fba4fdc3f268cb65f9c61d1fa93352d89bc52f2f
|
||||
|
||||
post_install() {
|
||||
vmkdir etc/profile.d
|
||||
|
Loading…
x
Reference in New Issue
Block a user