* update vlc to 3.0.21-9

This commit is contained in:
Alexander Baldeck 2024-12-17 12:42:14 +01:00
parent 119370b34d
commit f921aaadb1
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = vlc pkgbase = vlc
pkgdesc = Multi-platform MPEG, VCD/DVD, and DivX player pkgdesc = Multi-platform MPEG, VCD/DVD, and DivX player
pkgver = 3.0.21 pkgver = 3.0.21
pkgrel = 7 pkgrel = 9
url = https://www.videolan.org/vlc/ url = https://www.videolan.org/vlc/
arch = x86_64 arch = x86_64
arch = powerpc64le arch = powerpc64le

View File

@ -10,7 +10,7 @@ _vlcver=3.0.21
# optional fixup version including hyphen # optional fixup version including hyphen
_vlcfixupver= _vlcfixupver=
pkgver=$_vlcver${_vlcfixupver//-/.r} pkgver=$_vlcver${_vlcfixupver//-/.r}
pkgrel=7 pkgrel=9
pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player' pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
url=https://www.videolan.org/vlc/ url=https://www.videolan.org/vlc/
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)