author | Antonio Rojas
<arojas@archlinux.org> 2024-06-16 21:00:17 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-06-16 21:00:17 UTC |
parent | 31db7ee12c0705ba28c600dfde18ac388d31cd60 |
.SRCINFO | +5 | -5 |
PKGBUILD | +3 | -3 |
diff --git a/.SRCINFO b/.SRCINFO index 2439f09..770c975 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = vlc pkgdesc = Multi-platform MPEG, VCD/DVD, and DivX player - pkgver = 3.0.20 - pkgrel = 10 + pkgver = 3.0.21 + pkgrel = 1 url = https://www.videolan.org/vlc/ arch = x86_64 license = GPL-2.0-or-later @@ -187,12 +187,12 @@ pkgbase = vlc conflicts = vlc-plugin replaces = vlc-plugin options = !emptydirs - source = https://download.videolan.org/vlc/3.0.20/vlc-3.0.20.tar.xz - source = https://download.videolan.org/vlc/3.0.20/vlc-3.0.20.tar.xz.asc + source = https://download.videolan.org/vlc/3.0.21/vlc-3.0.21.tar.xz + source = https://download.videolan.org/vlc/3.0.21/vlc-3.0.21.tar.xz.asc source = update-vlc-plugin-cache.hook source = taglib-2.patch validpgpkeys = 65F7C6B4206BD057A7EB73787180713BE58D1ADC - sha512sums = 02e58fb52dd75bf483ac4b298aecf86463b13d4782173d164adba6e4552d9262ff5e2ee1cbe1bce2c8a809801b79f328c6a8c475d34ae62aefaea02ae5ade406 + sha512sums = cb1af76c8056648c331d7e6e0680d161ed1849eb635987504f45eae02531e9b432651034317fa7e02b0722905dfb9f0f5dad67b5924cc62edcaf0d173ac36aee sha512sums = SKIP sha512sums = b247510ffeadfd439a5dadd170c91900b6cdb05b5ca00d38b1a17c720ffe5a9f75a32e0cb1af5ebefdf1c23c5acc53513ed983a736e8fa30dd8fad237ef49dd3 sha512sums = ea0d1e1dfed16dac8f9027eb55d987dee59630568b9744ceb42bfa134ea9295252d83574f3d793a76a5be3b02661c1731ed366003b6b55b2d7f02fde70586ff3 diff --git a/PKGBUILD b/PKGBUILD index c6c1beb..dafd57b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,11 +4,11 @@ # Contributor: Martin Sandsmark <martin.sandsmark@kde.org> pkgname=vlc -_vlcver=3.0.20 +_vlcver=3.0.21 # optional fixup version including hyphen _vlcfixupver= pkgver=${_vlcver}${_vlcfixupver//-/.r} -pkgrel=10 +pkgrel=1 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player' url='https://www.videolan.org/vlc/' arch=('x86_64') @@ -204,7 +204,7 @@ source=( update-vlc-plugin-cache.hook taglib-2.patch ) -sha512sums=('02e58fb52dd75bf483ac4b298aecf86463b13d4782173d164adba6e4552d9262ff5e2ee1cbe1bce2c8a809801b79f328c6a8c475d34ae62aefaea02ae5ade406' +sha512sums=('cb1af76c8056648c331d7e6e0680d161ed1849eb635987504f45eae02531e9b432651034317fa7e02b0722905dfb9f0f5dad67b5924cc62edcaf0d173ac36aee' 'SKIP' 'b247510ffeadfd439a5dadd170c91900b6cdb05b5ca00d38b1a17c720ffe5a9f75a32e0cb1af5ebefdf1c23c5acc53513ed983a736e8fa30dd8fad237ef49dd3' 'ea0d1e1dfed16dac8f9027eb55d987dee59630568b9744ceb42bfa134ea9295252d83574f3d793a76a5be3b02661c1731ed366003b6b55b2d7f02fde70586ff3')