We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5c156 commit 97f6f44Copy full SHA for 97f6f44
2 files changed
PKGBUILD
@@ -22,7 +22,7 @@ makedepends=(
22
lld
23
)
24
source=(git+https://github.com/nick42d/cosmic-applet-arch.git#tag=${pkgname}-v${pkgver})
25
-b2sums=('')
+b2sums=('s')
26
27
prepare() {
28
cd cosmic-applet-arch
cosmic-applet-arch/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cosmic-applet-arch"
3
-version = "0.1.0-beta.1"
+version = "1.0.0-beta.1"
4
edition = "2021"
5
license = "GPL-3.0"
6
rust-version = "1.80"
0 commit comments