summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorderwinlu2018-09-14 05:42:24 +0200
committerderwinlu2018-09-14 05:42:24 +0200
commit75e61383447511529bdf116f5b63496c4f4c2524 (patch)
tree3c9b3eda5bbb73aacfc083bfb50ca760af2512a9
parentf9460b1c91d7c634b43268cc34f436c86dd63636 (diff)
downloadaur-75e61383447511529bdf116f5b63496c4f4c2524.tar.gz
Change to erlang/rebar3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1723b57e6616..7fafd31dc582 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Sep 14 03:26:42 UTC 2018
+# Fri Sep 14 03:42:07 UTC 2018
pkgbase = rebar3
pkgdesc = A sophisticated build-tool for Erlang projects that follows OTP principles.
pkgver = 3.6.2
- pkgrel = 1
- url = https://github.com/rebar/rebar3
+ pkgrel = 2
+ url = https://github.com/erlang/rebar3
arch = any
license = APACHE
depends = erlang-nox
optdepends = rebar3-zsh: ZSH completion
- source = rebar3-3.6.2.tar.gz::https://github.com/rebar/rebar3/archive/3.6.2.tar.gz
+ source = rebar3-3.6.2.tar.gz::https://github.com/erlang/rebar3/archive/3.6.2.tar.gz
md5sums = f83b990593da3d9d69a40a3d07f161c9
pkgname = rebar3
diff --git a/PKGBUILD b/PKGBUILD
index 3ea636e9c266..0f0b12a1ac9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=rebar3
pkgver=3.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP principles."
arch=('any')
-url="https://github.com/rebar/rebar3"
+url="https://github.com/erlang/rebar3"
license=('APACHE')
depends=('erlang-nox')
optdepends=('rebar3-zsh: ZSH completion')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar3/archive/${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/erlang/rebar3/archive/${pkgver}.tar.gz")
md5sums=('f83b990593da3d9d69a40a3d07f161c9')