summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-12-19 20:48:12 +0100
committerhaawda2019-12-19 20:48:12 +0100
commit79563c615f431fccdbbdfa1067f826c41555da20 (patch)
tree502c04292a3a489393571a3c8a03abd6bfcc7ce2
parent09cd7ba58c73fe5d8065acc489360250cce69f3f (diff)
downloadaur-79563c615f431fccdbbdfa1067f826c41555da20.tar.gz
introduce epoch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13431298723c..a1f583c37b84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = jabref-git
pkgdesc = GUI frontend for BibTeX, written in Java -- built from git
- pkgver = 5.0alpha.r550.g3f0aa58032
+ pkgver = 5.0.beta.17.g44fdfa7ea9
pkgrel = 1
+ epoch = 1
url = https://www.jabref.org
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 0689cd9d85ac..3508f7db7761 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,9 @@
# installation.
pkgname=jabref-git
-pkgver=5.0alpha.r550.g3f0aa58032
+pkgver=5.0.beta.17.g44fdfa7ea9
pkgrel=1
+epoch=1
pkgdesc="GUI frontend for BibTeX, written in Java -- built from git"
arch=('any')
url="https://www.jabref.org"