Skip to content

Commit 6d4f266

Browse files
committed
[python-amaranth] fix build?
1 parent 22a5d3b commit 6d4f266

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

archlinuxcn/python-amaranth/PKGBUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ replaces=('python-nmigen')
1919
source=(
2020
"${pkgname}-${pkgver}.tar.gz::https://github.com/amaranth-lang/amaranth/archive/refs/tags/v${pkgver}.tar.gz"
2121
)
22-
sha512sums=('84fe631b12160c0f42bf39d926d9e9f87240969578036ae3b68b4523bda65f4182e130b75f9aeaec658ca4ef87059a30ac6abcbc5e7ba80d7d8a1ae04bdd8b38')
22+
sha512sums=('78ed434e382b7ce66104b817ebf38e2650aa3e87c6b611c4d8d5bf4639b28f1de72c6508a18b517b7a82238f1a70c7c4005c5623bcbc038eaf4b5141473a412e')
2323

2424
prepare() {
2525
cd "${_pkgname}-${pkgver}"
2626

2727
sed -i -e "s/pdm\\.backend\\._vendor\\.//" pdm_build.py
2828
sed -i -e 's/"pdm-backend~=2.3.0",//' pyproject.toml
29+
sed -i -e 's/"pdm-backend~=2.3.0"//' pyproject.toml
2930
}
3031

3132
build() {

0 commit comments

Comments
 (0)