git » vlc.git » commit 78f88ce

(fix pkgrel)

author Levente Polyak
2019-06-12 08:35:54 UTC
committer Levente Polyak
2019-06-12 08:35:54 UTC
parent 9c5ec0f34610decf1a0042e7d83cf84ae38ecfac

(fix pkgrel)

old one was never released

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index b6a4690..4d4a9fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _vlcver=3.0.7.1
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=13
+pkgrel=1
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')