summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Harting2019-03-20 13:23:07 +0100
committerGiovanni Harting2019-03-20 13:23:07 +0100
commita052dbc0b039ed5a34cb8fd1773752d09544fe26 (patch)
treedc2f1e512a49a805f39d9902d951b127da419c22
parent483649ccdb3598ea2d9b3c5747b5f6899b12aba1 (diff)
downloadaur-a052dbc0b039ed5a34cb8fd1773752d09544fe26.tar.gz
added epoch, since rc name scheme will not be considered new
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 855a4477c10f..34ff14e4d9d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index cb7f812fb2b6..5fd200504b86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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/"