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
91134cfd13
commit
38a47380bd
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ from lilaclib import *
|
|||
|
||||
def pre_build():
|
||||
dt = _G.newver.split(None)
|
||||
dt = datetime.strptime(dt, '%d-%b-%Y %H:%M').strftime('%Y%m%d.%H')
|
||||
dt = datetime.strptime(dt, '%m %d, %Y').strftime('%Y%m%d')
|
||||
|
||||
for line in edit_file('PKGBUILD'):
|
||||
line.startswith('pkgver='):
|
||||
|
|
Loading…
Add table
Reference in a new issue