summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzappaboy2022-05-20 14:40:49 +0200
committerzappaboy2022-05-20 14:40:49 +0200
commit4e44e749a01a7a4bf3ec753147047ebc7ff2888f (patch)
treefae327ca6b88e4992e20bea39a083ceb1c3ddefb
parentdf09cbf65b3f763a686bed78335e6a52b4ad8535 (diff)
downloadaur-emacs-pdf-tools-git.tar.gz
Fixed error: cannot find necessary poppler-private header (see README.org); Thanks to @sethkush
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 100c266b422a..f7a29873cae9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-pdf-tools-git
pkgdesc = Emacs support library for PDF files.
- pkgver = 0.90.r86.gf68899c
+ pkgver = 0.91.r39.gfedd930
pkgrel = 1
url = https://github.com/vedang/pdf-tools
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 2ecdb44b1910..73f1a205237f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,10 @@
+# Contributor: ZappaBoy <federico dot zappone at justanother dot cloud>
+
_gituser="vedang"
_gitrepo="pdf-tools"
pkgname=emacs-pdf-tools-git
-pkgver=0.90.r86.gf68899c
+pkgver=0.91.r39.gfedd930
pkgrel=1
pkgdesc="Emacs support library for PDF files."
url="https://github.com/${_gituser}/${_gitrepo}"
@@ -23,6 +25,7 @@ pkgver() {
build() {
cd "$_gitrepo"
+ export CXXFLAGS='-std=c++17'
make bytecompile
make server/epdfinfo
}