aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8be68c64b0f4..6fd863d6a3e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = talecast-git
pkgdesc = Simple CLI podcatcher
pkgver = r102.885ea21
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/TBS1996/TaleCast
arch = x86_64
arch = i686
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() {