summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Vicente Cantero2019-12-18 23:05:07 +0100
committerJorge Vicente Cantero2019-12-18 23:05:07 +0100
commit5f25bac32ca8da0ccb53f0a44769b2068deb27c2 (patch)
tree9605f4c43f59c18b07f9fd5d7399f21ddc4f48ea
parentdebef085a88005dbb4da74f6add5a4887f32d1f6 (diff)
downloadaur-5f25bac32ca8da0ccb53f0a44769b2068deb27c2.tar.gz
Fix version that has hyphen and it's invalid
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b24ccc549af0..3fe59a0fb9b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bloop
pkgdesc = Bloop gives you fast edit/compile/test workflows for Scala.
-pkgver = 1.4.0-RC1
+pkgver = 1.4.0rc1
pkgrel = 1
url = https://scalacenter.github.io/bloop/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 727a67cc7fc8..f74952b4d729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Raffin <theelectronwill@gmail.com>
# Generator: Bloop release utilities <https://github.com/scalacenter/bloop>
pkgname=bloop
-pkgver=1.4.0-RC1
+pkgver=1.4.0rc1
pkgrel=1
pkgdesc="Bloop gives you fast edit/compile/test workflows for Scala."
arch=(any)