author | Massimiliano Torromeo
<mtorromeo@archlinux.org> 2023-09-19 12:51:23 UTC |
committer | Massimiliano Torromeo
<mtorromeo@archlinux.org> 2023-09-19 12:51:23 UTC |
parent | 41514773250169e9d668c2f66842e8df75824789 |
.SRCINFO | +1 | -3 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index c1de97b..d4fd409 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,7 @@ -# Generated by makepkg -# Sat Sep 2 15:36:06 UTC 2023 pkgbase = vlc pkgdesc = Multi-platform MPEG, VCD/DVD, and DivX player pkgver = 3.0.18 - pkgrel = 15 + pkgrel = 16 url = https://www.videolan.org/vlc/ arch = x86_64 license = LGPL2.1 diff --git a/PKGBUILD b/PKGBUILD index 5e3f113..ce8c911 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ _vlcver=3.0.18 # optional fixup version including hyphen _vlcfixupver= pkgver=${_vlcver}${_vlcfixupver//-/.r} -pkgrel=15 +pkgrel=16 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player' url='https://www.videolan.org/vlc/' arch=('x86_64')