summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio Calu2024-02-15 13:02:46 -0300
committerJunio Calu2024-02-15 13:02:46 -0300
commit4ac555b7b9604e940d4c8c301ab6492044ac1761 (patch)
tree28eaaff99580a45b8195f6cee3eafba3010502a1
parent14d319a9ecdc7a33ebd88b127a94690b0c48f6c4 (diff)
downloadaur-4ac555b7b9604e940d4c8c301ab6492044ac1761.tar.gz
correção de versão
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b67a5dce6a8..29152eb22878 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffplayout-git
pkgdesc = 24/7 playout based on rust and ffmpeg
pkgver = r1896.21bc66c
- pkgrel = 1
+ pkgrel = 0
url = https://github.com/ffplayout/ffplayout
install = ffplayout.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 755397200349..ff23306641e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=ffplayout-git
pkgver=r1896.21bc66c
-pkgrel=1
+pkgrel=0
pkgdesc="24/7 playout based on rust and ffmpeg"
arch=('x86_64')
url="https://github.com/ffplayout/ffplayout"
@@ -44,7 +44,6 @@ prepare() {
export CARGO_HOME="$srcdir/rust-home"
export RUSTUP_HOME="$srcdir/rust-home"
export RUSTUP_TOOLCHAIN=stable
- rustup default stable
rustup target add x86_64-unknown-linux-musl
git submodule update --init