Skip to content

Commit

Permalink
python-demjson: fix wrong patch call.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Aug 31, 2023
1 parent 064f492 commit 44d5952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/python-demjson/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sha512sums=('d8a1cde062d0b062bdae29b6d79ad69fb9cc185428718a0009ccbed544ed37bd354
'9d6fe4f2b0edf2222552ced6ecf56df5b0af566a0a5ad856f367e2afe6ffb5c150158420258632837af244769264c7992f3094fdcaf5669187628488f4b264fb')

prepare() {
patch -p1 < ../setup.py.patch
patch -p1 < setup.py.patch
cp -a "$_pkgname-$pkgver"{,-2}
}

Expand Down

0 comments on commit 44d5952

Please sign in to comment.