summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorderwinlu2015-10-04 18:55:44 +0200
committerderwinlu2015-10-04 18:55:44 +0200
commit864a298f80dea4126a933641365c5afd2f05e912 (patch)
tree69a5e926b083a1d796a8b878ca13e9f76373f15c /.SRCINFO
parent1b754ac096ef9184b77bc6de5673152c72a956d0 (diff)
downloadaur-864a298f80dea4126a933641365c5afd2f05e912.tar.gz
fix build error if not done in a git repository
Upstream expects the build to be done in a git repository as it fetches it's version from the most recent git tag. This can be circumvented by using the version of the PKGBUILD instead.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO2
1 files changed, 1 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 605acdbdbcdd..2092c9541b0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rebar3
pkgdesc = A sophisticated build-tool for Erlang projects that follows OTP principles.
pkgver = 3.0.0_beta.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rebar/rebar3
arch = any
license = APACHE