Date: Thursday, March 14, 2019 @ 09:09:55
  Author: arodseth
Revision: 440975

upgpkg: erlang-docs 21.3-1

Modified:
  erlang-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-14 09:09:53 UTC (rev 440974)
+++ PKGBUILD    2019-03-14 09:09:55 UTC (rev 440975)
@@ -3,14 +3,15 @@
 # Contributor: Ricardo Catalinas Jiménez <jimenezr...@gmail.com>
 
 pkgname=erlang-docs
-pkgver=21.1
+pkgver=21.3
 pkgrel=1
 pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
+arch=(any)
 url='http://erlang.org/doc/'
-license=('custom')
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz";) # no https 
available
-sha256sums=('85333f77ad12c2065be4dc40dc7057d1d192f7cf15c416513f0b595583f820ce')
+license=(custom)
+# HTTPS is not available
+source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz";)
+sha256sums=('258b1e0ed1d07abbf08938f62c845450e90a32ec542e94455e5d5b7c333da362')
 
 package() {
   install -d "$pkgdir/usr/share/doc/erlang"

Reply via email to