mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/erlang to 23.3.1-1
This commit is contained in:
parent
db3ab09e67
commit
be5e0c8b34
1 changed files with 5 additions and 4 deletions
|
@ -11,9 +11,9 @@
|
|||
|
||||
pkgbase=erlang
|
||||
pkgname=(erlang erlang-unixodbc)
|
||||
pkgver=23.2.5
|
||||
pkgver=23.3.1
|
||||
pkgrel=1
|
||||
_docver=23.2
|
||||
_docver=23.3
|
||||
arch=(x86_64)
|
||||
url='https://www.erlang.org'
|
||||
license=(Apache)
|
||||
|
@ -28,7 +28,7 @@ source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver"
|
|||
epmd.service
|
||||
epmd.socket)
|
||||
sha256sums=('SKIP'
|
||||
'5650e5f24d321d38622a981da103a2006cbf17eabbf2d8de645b00870ccf0067'
|
||||
'b890e99d3fe1b317ed083455985225550ebf74b4a8ec2af4c758e4ce6e2934ff'
|
||||
'b0e1d2ed833feb0f308060c2a451fcd58fceb68c9c63432fab38ae4cd0264ee2'
|
||||
'd84d3644621df383ba24d0f4132dfdc92dc175c12a8f82dd0f107c2d0e7fd626'
|
||||
'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
|
||||
|
@ -89,8 +89,9 @@ package_erlang() {
|
|||
|
||||
# readme and licenses
|
||||
install -Dm644 otp/README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
|
||||
install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
|
||||
install -Dm644 otp/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
install -Dm644 otp/CONTRIBUTING.md "$pkgdir/usr/share/doc/$pkgname/CONTRIBUTING.md"
|
||||
install -Dm644 otp/AUTHORS "$pkgdir/usr/share/doc/$pkgname/AUTHORS"
|
||||
|
||||
# man pages
|
||||
cp -r man "$pkgdir/usr/lib/erlang/"
|
||||
|
|
Loading…
Reference in a new issue