summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b6a365a5255..a004dcb4f029 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sioyek-git
pkgdesc = PDF viewer for research papers and technical books.
pkgver = 2.0.0.r893.ga3aeca4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ahrm/sioyek
arch = x86_64
license = GPL3
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() {