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

Alexander Rødseth arodseth at archlinux.org
Fri Sep 28 12:45:04 UTC 2018


    Date: Friday, September 28, 2018 @ 12:45:03
  Author: arodseth
Revision: 387202

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-28 12:44:53 UTC (rev 387201)
+++ PKGBUILD	2018-09-28 12:45:03 UTC (rev 387202)
@@ -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=21.0
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://erlang.org/doc/'
-license=('custom')
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz") # no https available
-sha256sums=('fcc10885e8bf2eef14f7d6e150c34eeccf3fcf29c19e457b4fb8c203e57e153c')
-
-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: ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 387201, erlang-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-28 12:45:03 UTC (rev 387202)
@@ -0,0 +1,21 @@
+# 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=21.1
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://erlang.org/doc/'
+license=('custom')
+source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz") # no https available
+sha256sums=('85333f77ad12c2065be4dc40dc7057d1d192f7cf15c416513f0b595583f820ce')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list