mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
Update lilac.py
This commit is contained in:
parent
356e4b6d18
commit
23f249c685
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ def pre_build():
|
|||
pkgver = datetime.strptime(dt, '%m %d, %Y').strftime('%Y%m%d')
|
||||
|
||||
for line in edit_file('PKGBUILD'):
|
||||
line.startswith('pkgver='):
|
||||
line.startswith('pkgver='):
|
||||
line = f'pkgver={pkgver}'
|
||||
print(line)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue