Date: Wednesday, October 26, 2022 @ 15:02:19
  Author: andyrtr
Revision: 459130

upgpkg: memtest86+ 6.00-2: upstream update 6.00 - build and spit legacy BIOS,  
EFI and ISO images - avoid PKGBUILD function execution

Modified:
  memtest86+/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-26 14:54:38 UTC (rev 459129)
+++ PKGBUILD    2022-10-26 15:02:19 UTC (rev 459130)
@@ -5,7 +5,7 @@
 pkgname=('memtest86+' 'memtest86+-efi' 'memtest86+-iso')
 _tag='d3bc8fa7c2a2400d9c4d58cee00168d39fa9d716' # tag/v6.00
 pkgver=6.00
-pkgrel=1
+pkgrel=2
 pkgdesc='Advanced memory diagnostic tool'
 url='https://www.memtest.org'
 arch=('any')
@@ -26,7 +26,10 @@
   make iso
 }
 
-package_memtest86+() {
+# Do not remove the space before the () or commitpkg will
+# accidentally to run this function on the system (!!!) 
+# see devtools gitlab issue #87
+package_memtest86+ () {
   pkgdesc+=" legacy BIOS version"
 
   cd "memtest86plus"/build64

Reply via email to