aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrukh-debug2024-04-17 12:59:52 -0400
committerrukh-debug2024-04-17 12:59:52 -0400
commitfc31c5eba317affc227ece6091b75cf8316c0b19 (patch)
tree62a5b7ab13028dd509f4df7f82fcfbc63e6d35bf /PKGBUILD
parent887f8824a1b87166b2a105138d8c6e0fcf946a40 (diff)
downloadaur-talecast-git.tar.gz
Remove frozen
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62982e748d2b..11d62e49e04e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=talecast-git
_pkgname=TaleCast
pkgver=r102.885ea21
-pkgrel=1
+pkgrel=2
pkgdesc="Simple CLI podcatcher"
arch=(
@@ -44,7 +44,8 @@ build() {
cd "${_pkgname}"
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
- cargo build --release --all-features --frozen
+ cargo build --release --all-features
+ # --frozen removed forzen for now
}
package() {