Date: Wednesday, May 12, 2021 @ 17:17:02
  Author: arodseth
Revision: 932560

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-05-12 17:16:57 UTC (rev 932559)
+++ PKGBUILD    2021-05-12 17:17:02 UTC (rev 932560)
@@ -1,19 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: Lukas Fleischer <[email protected]>
-# Contributor: Ricardo Catalinas Jiménez <[email protected]>
-
-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"
-}

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 932559, 
erlang-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-05-12 17:17:02 UTC (rev 932560)
@@ -0,0 +1,19 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Lukas Fleischer <[email protected]>
+# Contributor: Ricardo Catalinas Jiménez <[email protected]>
+
+pkgname=erlang-docs
+pkgver=24.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";)
+b2sums=('8a9fe3acb4cc13691e16c477cf89e8298df1a99bbe6a6c9e59e3c34248ecdc21077835951087b5a5bbb23ddb28f3bd7ab8b058fe64ce56c342b825a6c0ef8948')
+
+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"
+}

Reply via email to