summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Seiler2022-05-15 16:43:51 +0200
committerAlexander Seiler2022-05-15 16:43:51 +0200
commit047ac85d6b6bf3f4aa21545b709be9d0f390bcb7 (patch)
tree947bb0bfb2af38d2ec0ac6f06e3cd6f7db8e9425
parenta2a0a44dcf62bf8d889fd43a490478ec176b7315 (diff)
downloadaur-047ac85d6b6bf3f4aa21545b709be9d0f390bcb7.tar.gz
upgpkg: sioyek 1.3.0-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec9811f31556..9d7659fc4322 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sioyek
pkgdesc = PDF viewer for research papers and technical books.
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ahrm/sioyek
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index c660596ad77d..a118377bb228 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Seiler <seileralex@gmail.com>
pkgname=sioyek
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="PDF viewer for research papers and technical books."
arch=('any')
license=('GPL3')
@@ -16,8 +16,8 @@ prepare() {
sed -i 's/-lmupdf-third -lmupdf-threads -lharfbuzz/-lmupdf-third -lharfbuzz -lfreetype -lgumbo -ljbig2dec -lopenjp2 -ljpeg/' pdf_viewer_build_config.pro
sed -i 's/\/\/#define LINUX_STANDARD_PATHS/#define LINUX_STANDARD_PATHS/' pdf_viewer/main.cpp
- # This has been fixed on the `master` branch, remove this for future releases:
- sed -i '9i #include <cstring>' pdf_viewer/utils.cpp
+ # This has been fixed on the `master` branch, remove this for future releases:
+ sed -i '9i #include <cstring>' pdf_viewer/utils.cpp
}
build() {