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

Alexander Rødseth arodseth at gemini.archlinux.org
Sun Jul 31 09:56:41 UTC 2022


    Date: Sunday, July 31, 2022 @ 09:56:41
  Author: arodseth
Revision: 1259253

upgpkg: erlang 25.0.3-1

Modified:
  erlang/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-31 09:33:30 UTC (rev 1259252)
+++ PKGBUILD	2022-07-31 09:56:41 UTC (rev 1259253)
@@ -8,7 +8,7 @@
 
 pkgbase=erlang
 pkgname=(erlang erlang-unixodbc)
-pkgver=25.0.2
+pkgver=25.0.3
 pkgrel=1
 _docver=25.0
 arch=(x86_64)
@@ -20,7 +20,7 @@
         epmd.service
         epmd.socket
         "$url/download/otp_doc_man_$_docver.tar.gz"
-        "git+https://github.com/erlang/otp#commit=ac0c9879c68b23278178a7afe738285b33ff1832") # tag: OTP-24.3.2
+        "git+https://github.com/erlang/otp#commit=89c04fb1836fb865565125a4d5880b93e784d856") # tag: OTP-25.0.3
 b2sums=('1675ac9bf948ab19e8b63077d870ccf356fcdbce14de2777f00b3488aa1ce34a5e0a5cdc0428707f744dee5940b12653a44e0ded0554de95ebb31bce4676ff87'
         '1f765318bcd322ce697a48c064ccdb1bd107b4a84e164a87f62678391cb82a9ab17a397d679cf266e037a5a2d91772b85f7a97f9cc5478c0f18118743b30045f'
         'c37706f5f6e2d49100104fb442ebf15edd6ee0a1e8038d0364794cf34fd3f02a61b9ad2706228b3327b85b0cadcd11aac6087e7c98408eae2d307a09191b6553'
@@ -35,7 +35,7 @@
 
 build() {
   export CFLAGS+=' -ffat-lto-objects'
-  export WX_GKT_VER="3.2"
+  export WX_GKT_VER='3.2'
   cd otp
   ./otp_build autoconf
   ./configure \
@@ -74,7 +74,7 @@
   install -Dm644 otp/AUTHORS "$pkgdir/usr/share/doc/$pkgname/AUTHORS"
 
   # man pages
-  cp -r man "$pkgdir/usr/lib/erlang/"
+  cp -r -v man "$pkgdir/usr/lib/erlang/"
 }
 
 package_erlang-unixodbc() {



More information about the arch-commits mailing list