Date: Tuesday, May 16, 2023 @ 08:57:29
  Author: grawlinson
Revision: 1461945

upgpkg: criu 3.18-1; add license (LGPL2.1)

Modified:
  criu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-16 08:56:41 UTC (rev 1461944)
+++ PKGBUILD    2023-05-16 08:57:29 UTC (rev 1461945)
@@ -8,7 +8,7 @@
 pkgdesc='Utilities to checkpoint and restore processes in userspace'
 arch=('x86_64')
 url='https://criu.org'
-license=('GPL2')
+license=('GPL2' 'LGPL2.1')
 depends=(
   'libbsd'
   'libnet'
@@ -29,7 +29,7 @@
 )
 # can't run tests due to privilege escalation
 # https://github.com/checkpoint-restore/criu/issues/434
-checkdepends=('libaio' 'python-yaml')
+#checkdepends=('libaio' 'python-yaml')
 options=('!buildflags' '!lto')
 _commit='4c1a2ac41bb80843c927d2fde8f2ff4186f8d278'
 source=(

Reply via email to