summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio Calu2024-02-15 12:52:56 -0300
committerJunio Calu2024-02-15 12:52:56 -0300
commit8b3515b5bf0d213f9e01bbb6187a5e497939d19b (patch)
tree664881619a923f50f26a1083de3ddeee0318838b
parentf250844e2546fba6704cdf8dee4acc247551d6fd (diff)
downloadaur-8b3515b5bf0d213f9e01bbb6187a5e497939d19b.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 41acc26a850d..65b077f457a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffplayout-unstable-git
pkgdesc = 24/7 playout based on rust and ffmpeg
pkgver = r1893.7920c35
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/jb-alvarado/ffplayout
install = ffplayout.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0fc29b6f549e..b9864c635fe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=ffplayout-unstable-git
pkgver=r1893.7920c35
-pkgrel=0
+pkgrel=1
pkgdesc="24/7 playout based on rust and ffmpeg"
arch=('x86_64')
url="https://github.com/jb-alvarado/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