Skip to content

Commit

Permalink
fix: archlinux build error
Browse files Browse the repository at this point in the history
源码压缩包格式变更导致,更新PKGBUILD配置解决

log:
  • Loading branch information
hudeng-go committed Mar 20, 2024
1 parent dc1f485 commit de7d82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkgname=deepin-desktop-base-git
pkgver=2021.1.25.r0.g2388ac2
pkgrel=1
sourcename=deepin-desktop-base
sourcetars=("$sourcename"_"$pkgver".orig.tar.gz)
sourcetars=("$sourcename"_"$pkgver".tar.xz)
sourcedir="$sourcename"-"$pkgver"
pkgdesc='Base component for Deepin'
arch=('any')
Expand Down

0 comments on commit de7d82b

Please sign in to comment.