Skip to content

Commit

Permalink
zfs-linux-lts-poscat: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
poscat0x04 committed Dec 13, 2024
1 parent d6f4f68 commit 98315ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archlinuxcn/zfs-linux-lts-poscat/lilac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pre_build_script: |
if pkgver != _G.newvers[0]:
line = f"pkgrel=1"
else:
line = f"pkgrel={_next_pkgrel(pkgrel)}"
line = f"pkgrel={pkgrel + 1}"
print(line)
Expand Down

0 comments on commit 98315ce

Please sign in to comment.