added epoch, since rc name scheme will not be considered new

This commit is contained in:
2019-03-20 13:23:07 +01:00
parent 483649ccdb
commit a052dbc0b0
2 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ pkgbase = mumble-snapshot
pkgdesc = A high quality voice chat program.
pkgver = 1.3.0_rc1
pkgrel = 1
epoch = 1
url = https://www.mumble.info/
arch = i686
arch = x86_64

View File

@@ -5,6 +5,8 @@ pkgname=mumble-snapshot
pkgver=1.3.0_rc1
_dirname=1.3.0
pkgrel=1
# use epoch since rc naming scheme won't be recogniced as new version
epoch=1
pkgdesc="A high quality voice chat program."
arch=('i686' 'x86_64')
url="https://www.mumble.info/"