summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8edc4726ac16..984027aa7330 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=sioyek-git
pkgver=2.0.0.r893.ga3aeca4
-pkgrel=1
+pkgrel=2
pkgdesc="PDF viewer for research papers and technical books."
arch=(x86_64)
license=(GPL3)
@@ -29,6 +29,7 @@ prepare() {
cd "sioyek"
patch --forward --strip=1 --input="${srcdir}/standard-path-mupdf-build.patch"
+ sed -i 's/<C-S-o>$/<C-S-O>/' pdf_viewer/keys.config
}
build() {