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

Alexander Rødseth arodseth at archlinux.org
Tue Apr 6 10:20:01 UTC 2021


    Date: Tuesday, April 6, 2021 @ 10:20:00
  Author: arodseth
Revision: 912106

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   40 +++++++++++++++++++---------------------
 1 file changed, 19 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-06 10:19:53 UTC (rev 912105)
+++ PKGBUILD	2021-04-06 10:20:00 UTC (rev 912106)
@@ -1,21 +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=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:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 912105, erlang-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-06 10:20:00 UTC (rev 912106)
@@ -0,0 +1,19 @@
+# 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.3
+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=('03d86ac3e71bb58e27d01743a9668c7a1265b573541d4111590f0f3ec334383e')
+
+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"
+}



More information about the arch-commits mailing list