Date: Sunday, April 24, 2022 @ 23:18:24
  Author: allan
Revision: 1189698

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-04-24 23:18:07 UTC (rev 1189697)
+++ PKGBUILD    2022-04-24 23:18:24 UTC (rev 1189698)
@@ -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=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"
-}

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 1189697, 
erlang-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-04-24 23:18:24 UTC (rev 1189698)
@@ -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=2
+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