We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce6602 commit 9df6cb2Copy full SHA for 9df6cb2
1 file changed
packages/ins/PKGBUILD
@@ -1,6 +1,6 @@
1
# Maintainer: paperbenni <paperbenni@gmail.com>
2
pkgname=ins
3
-pkgver=0.10.6
+pkgver=0.10.8
4
pkgrel=1
5
pkgdesc="A powerful command-line tool for managing dotfiles, system diagnostics, and instantOS configurations"
6
arch=('x86_64')
@@ -13,8 +13,8 @@ optdepends=(
13
'kitty: default terminal for scratchpad'
14
)
15
source=("$pkgname-$pkgver.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v$pkgver.tar.gz")
16
-sha256sums=('SKIP') # Will be calculated after first release
17
-options=('!lto') # Disable LTO as recommended for Rust packages
+sha256sums=('SKIP') # Will be calculated after first release
+options=('!lto') # Disable LTO as recommended for Rust packages
18
19
prepare() {
20
cd "instantCLI-$pkgver"
0 commit comments