[arch-commits] Commit in erlang22-nox/trunk (PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Sat Jul 24 23:45:55 UTC 2021
Date: Saturday, July 24, 2021 @ 23:45:55
Author: archange
Revision: 984927
upgpkg: erlang22-nox 22.3.4.20-1
Remove more unneeded things since this is couchdb only
Modified:
erlang22-nox/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-24 21:25:28 UTC (rev 984926)
+++ PKGBUILD 2021-07-24 23:45:55 UTC (rev 984927)
@@ -7,7 +7,7 @@
# Contributor: Ricardo Catalinas Jiménez <jimenezrick at gmail.com>
pkgname=erlang22-nox
-pkgver=22.3.4.11
+pkgver=22.3.4.20
_docver=22.3
pkgrel=1
pkgdesc="General-purpose concurrent functional programming language (headless version)"
@@ -17,12 +17,9 @@
depends=(ncurses openssl)
makedepends=(fop git java-environment libxslt lksctp-tools)
conflicts=(erlang)
-optdepends=('erlang-unixodbc: database support'
- 'java-environment: for Java support'
- 'lksctp-tools: for SCTP support')
options=(staticlibs)
-_tag=79da813b2e7629bf882476e6e0bf8bf0969e8fc5 # git rev-parse OTP-${pkgver}
-source=("git+https://github.com/erlang/otp.git#tag=${_tag}")
+_tag=2aaaf99359ecf92a6c35f2abf3b2b622ad71bdcc # git rev-parse OTP-${pkgver}
+source=(git+https://github.com/erlang/otp.git#tag=${_tag})
sha256sums=(SKIP)
prepare() {
More information about the arch-commits
mailing list