summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorderwinlu2015-06-30 07:50:26 +0200
committerderwinlu2015-06-30 07:50:26 +0200
commit57945d5bdf0f74ab93e010f7ade3a99c51d2f9bf (patch)
tree3ab36a87953c56c135c85751b55373aa7f441984
parent152c53eb0a87252b1f57233f511eae488a600440 (diff)
downloadaur-57945d5bdf0f74ab93e010f7ade3a99c51d2f9bf.tar.gz
update to beta-1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7082d0959dd..25dafa3f2ef9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rebar3
pkgdesc = A sophisticated build-tool for Erlang projects that follows OTP principles.
- pkgver = alpha_6
+ pkgver = beta_1
pkgrel = 1
url = https://github.com/rebar/rebar3
arch = any
license = APACHE
depends = erlang-nox
- source = rebar3-alpha_6.tar.gz::https://github.com/rebar/rebar3/archive/alpha-6.tar.gz
- md5sums = ab18b1149294257cfaac3826b5c34eda
+ source = rebar3-beta_1.tar.gz::https://github.com/rebar/rebar3/archive/beta-1.tar.gz
+ md5sums = 187e0361547aa5f69ef0a32d65c0d447
pkgname = rebar3
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..93f5d9f2777e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+*.tar.gz
+*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 970b23492a98..6d336664e32b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: winlu <derwinlu@gmail.com>
pkgname=rebar3
-_pkgver=alpha-6
+_pkgver=beta-1
pkgver=${_pkgver//-/_}
pkgrel=1
pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP principles."
@@ -11,7 +11,7 @@ url="https://github.com/rebar/rebar3"
license=('APACHE')
depends=('erlang-nox')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar3/archive/${_pkgver}.tar.gz")
-md5sums=('ab18b1149294257cfaac3826b5c34eda')
+md5sums=('187e0361547aa5f69ef0a32d65c0d447')
build() {
cd "$srcdir/$pkgname-$_pkgver"