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

Alexander Rødseth arodseth at archlinux.org
Fri Jul 22 19:11:47 UTC 2016


    Date: Friday, July 22, 2016 @ 19:11:46
  Author: arodseth
Revision: 183729

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
    (from rev 183728, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-22 19:11:38 UTC (rev 183728)
+++ PKGBUILD	2016-07-22 19:11:46 UTC (rev 183729)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Ricardo Catalinas Jiménez <jimenezrick at gmail.com>
-
-pkgname=erlang-docs
-pkgver=18.3
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://www.erlang.org/doc/'
-license=('custom')
-source=("http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz")
-sha256sums=('8fd6980fd05367735779a487df107ace7c53733f52fbe56de7ca7844a355676f')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 183728, erlang-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-07-22 19:11:46 UTC (rev 183729)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Ricardo Catalinas Jiménez <jimenezrick at gmail.com>
+
+pkgname=erlang-docs
+pkgver=19.0
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://www.erlang.org/doc/'
+license=('custom')
+source=("http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz")
+sha256sums=('b6f7c4e964673333f6c3eea8530dd988b41339b8912ae293f6f1b429489159ff')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list