Skip to content

Commit 6b87ae3

Browse files
committed
[linux-amd-drm-next] Corrent lilac.py
1 parent fbacb55 commit 6b87ae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

archlinuxcn/linux-amd-drm-next/lilac.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from lilaclib import *
22

33
def pre_build():
4-
newver = _G.newver.removeprefix('amd-drm-next-')
4+
newver = _G.newver.removeprefix('amd-drm-fixes-')
55

66
for line in edit_file('PKGBUILD'):
77
if line.startswith('_tag'):
8-
line = "_tag='amd-drm-next-" + newver + "'"
8+
line = "_tag='amd-drm-fixes-" + newver + "'"
99
print(line)
1010
newver2 = newver.replace("-",".")
1111
update_pkgver_and_pkgrel(newver2)

0 commit comments

Comments
 (0)