[arch-commits] Commit in erlang-docs/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Fri Mar 16 11:25:52 UTC 2018
Date: Friday, March 16, 2018 @ 11:25:51
Author: arodseth
Revision: 308876
archrelease: copy trunk to community-any
Added:
erlang-docs/repos/community-any/PKGBUILD
(from rev 308875, erlang-docs/trunk/PKGBUILD)
Deleted:
erlang-docs/repos/community-any/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-16 11:25:41 UTC (rev 308875)
+++ PKGBUILD 2018-03-16 11:25:51 UTC (rev 308876)
@@ -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=20.2
-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=('7f5e7d4cd0c58e15d7d29231931c2a710f7f5fdfcb0ff8edb8142969520c4256')
-
-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 308875, erlang-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-03-16 11:25:51 UTC (rev 308876)
@@ -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=20.3
+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=('8099b62e9fa24b3f90eaeda151fa23ae729c8297e7d3fd8adaca865b35a3125d')
+
+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:
More information about the arch-commits
mailing list