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

Alexander Rødseth arodseth at gemini.archlinux.org
Mon Sep 5 08:50:35 UTC 2022


    Date: Monday, September 5, 2022 @ 08:50:34
  Author: arodseth
Revision: 1292983

upgpkg: plan9port 20220818-1

Modified:
  plan9port/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-05 08:47:20 UTC (rev 1292982)
+++ PKGBUILD	2022-09-05 08:50:34 UTC (rev 1292983)
@@ -4,7 +4,7 @@
 # Contributor: Chris Brannon <cmbrannon79 at gmail.com>
 
 pkgname=plan9port
-pkgver=20220720
+pkgver=20220818
 pkgrel=1
 pkgdesc='Ports of applications from Plan 9'
 arch=(x86_64)
@@ -16,7 +16,7 @@
 provides=(plan9)
 install=plan9.install
 options=(staticlibs !zipman)
-source=("git+https://github.com/9fans/plan9port#commit=506de8f6d4acedcb5b30f841611e6a4d95ce0feb" # 2022-07-20
+source=("git+https://github.com/9fans/plan9port#commit=7b8251125b9f08f03fb9ea26b7617e1551ef6090" # 2022-08-18
         acme.png acme.sh plan9.sh)
 b2sums=('SKIP'
         '983106b7a91afadae0f3aff5ff69338aa80d7eb6f9b65a95a31c963f162f6fb2dea748e5da698e0bd14d4343fe17281f55b9a1966fcba1c497fbd4bd855caf6c'
@@ -37,7 +37,7 @@
   # Use _DEFAULT_SOURCE instead of _BSD_SOURCE
   grep -rl _BSD_SOURCE | xargs sed -i s':_BSD_SOURCE:_DEFAULT_SOURCE:g'
 
-  # Try the Gentoo way for fixing hardcoded paths
+  # Use the Gentoo way for fixing hardcoded paths
   grep --null -l -r /usr/local/plan9 | xargs --null sed -i "s!/usr/local/plan9!/usr/lib/plan9!g"
 
   # Stop 9l from giving an 'undefined reference error' given no arguments, ref #55640



More information about the arch-commits mailing list