Date: Sunday, November 6, 2016 @ 13:17:54 Author: arodseth Revision: 194737
archrelease: copy trunk to community-any Added: erlang-docs/repos/community-any/PKGBUILD (from rev 194736, erlang-docs/trunk/PKGBUILD) Deleted: erlang-docs/repos/community-any/PKGBUILD ----------+ PKGBUILD | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2016-11-06 13:16:55 UTC (rev 194736) +++ PKGBUILD 2016-11-06 13:17:54 UTC (rev 194737) @@ -1,22 +0,0 @@ -# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $ -# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> -# Contributor: Lukas Fleischer <lfleisc...@archlinux.org> -# Contributor: Ricardo Catalinas Jiménez <jimenezr...@gmail.com> - -pkgname=erlang-docs -pkgver=19.0 -pkgrel=1 -pkgdesc='HTML and PDF documentation for Erlang' -arch=('any') -url='http://www.erlang.org/doc/' -license=('custom') -source=("http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz") -sha256sums=('b6f7c4e964673333f6c3eea8530dd988b41339b8912ae293f6f1b429489159ff') - -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" -} - -# vim:set ts=2 sw=2 et: Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 194736, erlang-docs/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2016-11-06 13:17:54 UTC (rev 194737) @@ -0,0 +1,22 @@ +# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $ +# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> +# Contributor: Lukas Fleischer <lfleisc...@archlinux.org> +# Contributor: Ricardo Catalinas Jiménez <jimenezr...@gmail.com> + +pkgname=erlang-docs +pkgver=19.1 +pkgrel=1 +pkgdesc='HTML and PDF documentation for Erlang' +arch=('any') +url='http://www.erlang.org/doc/' +license=('custom') +source=("http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz") +sha256sums=('76c89aee1ac69b5107114b0065189101e3f42d53e929d8ef8f08b5c586f15930') + +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" +} + +# vim:set ts=2 sw=2 et: