diff options
| author | Yuval Adam <_@yuv.al> | 2026-07-24 14:38:22 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2026-07-24 14:38:22 +0200 |
| commit | 1ab93210ca0058228dd5cbbd967fadd14a93bc94 (patch) | |
| tree | f23fc888ee0ac41cf59c64119667265f9dd7f60a /packaging/arch/PKGBUILD | |
| parent | 8007c77e415130d9aab431e6b7199286bd3b7caf (diff) | |
Prepare local Arch package builds
Diffstat (limited to 'packaging/arch/PKGBUILD')
| -rw-r--r-- | packaging/arch/PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index 586b330..395f1cd 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -26,9 +26,13 @@ makedepends=( optdepends=( 'transcribe-cli: Parakeet transcription runtime (may also be installed manually)' ) -source=("$pkgname::git+$url.git#tag=v$pkgver") +source=("$pkgname::git+$url.git#branch=main") sha256sums=('SKIP') +prepare() { + git -C "$srcdir/$pkgname" clean -dfx +} + build() { cd "$srcdir/$pkgname" python -m build --wheel --no-isolation |
