[arch-commits] Commit in rebar/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Thu Feb 15 19:10:17 UTC 2018


    Date: Thursday, February 15, 2018 @ 19:10:17
  Author: spupykin
Revision: 294772

archrelease: copy trunk to community-any

Added:
  rebar/repos/community-any/PKGBUILD
    (from rev 294771, rebar/trunk/PKGBUILD)
Deleted:
  rebar/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-15 19:10:04 UTC (rev 294771)
+++ PKGBUILD	2018-02-15 19:10:17 UTC (rev 294772)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: AeroNotix <aaron.l.france at gmail.com>
-# Contributor: AeroNotix <aaron.l.france at gmail.com>
-
-pkgname=rebar
-epoch=1
-pkgver=2.6.1
-pkgrel=3
-pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP principles."
-arch=('any')
-url="https://github.com/rebar/rebar"
-license=('APACHE')
-depends=('erlang-nox')
-makedepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz")
-md5sums=('1ae17dd671c0434012c7a688d4cf60e4')
-
-build() {
-  cd "$srcdir/rebar-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/rebar-$pkgver"
-  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
-  install -Dm0644 "priv/shell-completion/bash/rebar" "$pkgdir/usr/share/bash-completion/completions/rebar"
-  install -Dm0644 "priv/shell-completion/zsh/_rebar" "$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
-  install -Dm0644 "priv/shell-completion/fish/rebar.fish" "$pkgdir/usr/share/fish/completions/rebar.fish"
-}

Copied: rebar/repos/community-any/PKGBUILD (from rev 294771, rebar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-15 19:10:17 UTC (rev 294772)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: AeroNotix <aaron.l.france at gmail.com>
+# Contributor: AeroNotix <aaron.l.france at gmail.com>
+
+pkgname=rebar
+epoch=1
+pkgver=2.6.4
+pkgrel=1
+pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP principles."
+arch=('any')
+url="https://github.com/rebar/rebar"
+license=('APACHE')
+depends=('erlang-nox')
+makedepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz")
+sha256sums=('577246bafa2eb2b2c3f1d0c157408650446884555bf87901508ce71d5cc0bd07')
+
+build() {
+  cd "$srcdir/rebar-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/rebar-$pkgver"
+  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
+  install -Dm0644 "priv/shell-completion/bash/rebar" "$pkgdir/usr/share/bash-completion/completions/rebar"
+  install -Dm0644 "priv/shell-completion/zsh/_rebar" "$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
+  install -Dm0644 "priv/shell-completion/fish/rebar.fish" "$pkgdir/usr/share/fish/completions/rebar.fish"
+}



More information about the arch-commits mailing list