We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b3096 commit 995a8eeCopy full SHA for 995a8ee
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "etch"
3
-version = "1.0.0"
+version = "0.2.2" # Auto-generated at compile time from git tags/commits
4
edition = "2021"
5
authors = ["Aaron"]
6
description = "A transparent, trustworthy ISO-to-USB writer for Linux"
PKGBUILD
@@ -1,5 +1,5 @@
pkgname=etch
-pkgver=1.0.0
+pkgver=0.2.2
pkgrel=1
pkgdesc="A minimal, fast, and reliable USB/ISO writer for Linux"
arch=('x86_64' 'aarch64')
@@ -18,7 +18,7 @@ makedepends=(
18
'pkg-config'
19
'libxcb'
20
)
21
-source=("git+${url}.git#tag=v${pkgver}")
+source=("git+${url}.git#branch=main-stable")
22
sha256sums=('SKIP')
23
24
build() {
0 commit comments