12 lines
421 B
Diff
12 lines
421 B
Diff
diff --unified --recursive --text python-pymupdf.orig/PKGBUILD python-pymupdf.new/PKGBUILD
|
|
--- python-pymupdf.orig/PKGBUILD 2021-03-11 19:46:08.778738089 +0100
|
|
+++ python-pymupdf.new/PKGBUILD 2021-03-11 19:55:19.992557839 +0100
|
|
@@ -18,6 +18,7 @@
|
|
|
|
prepare() {
|
|
cd "${_name}-${pkgver}"
|
|
+ patch --forward --strip=1 --input="${HOME}/.config/emacs/scripts/fix-pymupdf-library-linking-for-arcolinux.patch"
|
|
}
|
|
|
|
build() {
|