[arch-commits] Commit in erlang-docs/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sat Jun 20 21:52:49 UTC 2020
Date: Saturday, June 20, 2020 @ 21:52:49
Author: arodseth
Revision: 648675
archrelease: copy trunk to community-any
Added:
erlang-docs/repos/community-any/PKGBUILD
(from rev 648674, erlang-docs/trunk/PKGBUILD)
Deleted:
erlang-docs/repos/community-any/PKGBUILD
----------+
PKGBUILD | 43 +++++++++++++++++++++----------------------
1 file changed, 21 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-20 21:52:44 UTC (rev 648674)
+++ PKGBUILD 2020-06-20 21:52:49 UTC (rev 648675)
@@ -1,22 +0,0 @@
-# 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=22.3
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=(any)
-url='http://erlang.org/doc/'
-license=(custom)
-# HTTPS is not available
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz")
-sha256sums=('9b01c61f2898235e7f6643c66215d6419f8706c8fdd7c3e0123e68960a388c34')
-
-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:
Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 648674, erlang-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-06-20 21:52:49 UTC (rev 648675)
@@ -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=23.0
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=(any)
+url='http://erlang.org/doc/'
+license=(custom)
+source=("https://erlang.org/download/otp_doc_html_$pkgver.tar.gz")
+sha256sums=('4da19f0de96d1c516d91c621a5ddf20837303cc25695b944e263e3ea46dd31da')
+
+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