Date: Wednesday, March 9, 2016 @ 20:04:41
  Author: spupykin
Revision: 165771

Modified:
  elixir/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-03-09 18:06:57 UTC (rev 165770)
+++ PKGBUILD    2016-03-09 19:04:41 UTC (rev 165771)
@@ -4,12 +4,12 @@
 
 pkgname=elixir
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
 url="http://elixir-lang.org";
 arch=('any')
 license=('Apache' 'custom:EPL')
-depends=('erlang-nox')
+depends=('erlang')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/tarball/v${pkgver}";)
 md5sums=('b673dc660bcfb8f222f718a8a1ed9c26')
 

Reply via email to