[arch-commits] Commit in erlang-docs/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Sep 28 12:44:54 UTC 2018


    Date: Friday, September 28, 2018 @ 12:44:53
  Author: arodseth
Revision: 387201

upgpkg: erlang-docs 21.1-1

Modified:
  erlang-docs/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-28 12:44:45 UTC (rev 387200)
+++ PKGBUILD	2018-09-28 12:44:53 UTC (rev 387201)
@@ -3,7 +3,7 @@
 # Contributor: Ricardo Catalinas Jiménez <jimenezrick at gmail.com>
 
 pkgname=erlang-docs
-pkgver=21.0
+pkgver=21.1
 pkgrel=1
 pkgdesc='HTML and PDF documentation for Erlang'
 arch=('any')
@@ -10,12 +10,12 @@
 url='http://erlang.org/doc/'
 license=('custom')
 source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz") # no https available
-sha256sums=('fcc10885e8bf2eef14f7d6e150c34eeccf3fcf29c19e457b4fb8c203e57e153c')
+sha256sums=('85333f77ad12c2065be4dc40dc7057d1d192f7cf15c416513f0b595583f820ce')
 
 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"
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list