Skip to content

Commit

Permalink
[7zip] do not replace p7zip for now
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Jan 21, 2025
1 parent 4c23bb1 commit 96a04b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions alarmcn/7zip/lilac.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ def pre_build():
g.files = download_official_pkgbuild('7zip')

for line in edit_file('PKGBUILD'):
# Do not replace for now since the build server package db isn't updated yet
if line.startswith('replace='):
line = '_' + line
if line.startswith('arch='):
line = 'arch=(aarch64 x86_64)'
print(line)
Expand Down

0 comments on commit 96a04b2

Please sign in to comment.