Skip to content

Commit eb24629

Browse files
fix ci errors
1 parent fffdc36 commit eb24629

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

modules/packages/arch/metadata_test.go

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,54 +346,74 @@ func TestValidatePackageSpec(t *testing.T) {
346346
func TestDescString(t *testing.T) {
347347
const pkgdesc = `%FILENAME%
348348
zstd-1.5.5-1-x86_64.pkg.tar.zst
349+
349350
%NAME%
350351
zstd
352+
351353
%BASE%
352354
zstd
355+
353356
%VERSION%
354357
1.5.5-1
358+
355359
%DESC%
356360
Zstandard - Fast real-time compression algorithm
361+
357362
%GROUPS%
358363
dummy1
359364
dummy2
365+
360366
%CSIZE%
361367
401
368+
362369
%ISIZE%
363370
1500453
371+
364372
%MD5SUM%
365373
5016660ef3d9aa148a7b72a08d3df1b2
374+
366375
%SHA256SUM%
367376
9fa4ede47e35f5971e4f26ecadcbfb66ab79f1d638317ac80334a3362dedbabd
377+
368378
%URL%
369379
https://facebook.github.io/zstd/
380+
370381
%LICENSE%
371382
BSD
372383
GPL2
384+
373385
%ARCH%
374386
x86_64
387+
375388
%BUILDDATE%
376389
1681646714
390+
377391
%PACKAGER%
378392
Jelle van der Waa <[email protected]>
393+
379394
%PROVIDES%
380395
libzstd.so=1-64
396+
381397
%DEPENDS%
382398
glibc
383399
gcc-libs
384400
zlib
385401
xz
386402
lz4
403+
387404
%OPTDEPENDS%
388405
dummy3
389406
dummy4
407+
390408
%MAKEDEPENDS%
391409
cmake
392410
gtest
393411
ninja
412+
394413
%CHECKDEPENDS%
395414
dummy5
396415
dummy6
416+
397417
`
398418

399419
md := &Package{

0 commit comments

Comments
 (0)