summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSagnik Mandal2023-01-02 19:59:13 +0530
committerSagnik Mandal2023-01-02 19:59:13 +0530
commit0d2913056aaf3dbf7431e57b7b08b55568ba076c (patch)
treedf5994547e610c25f76c864894315a226f3d523e
parent0b5997be50630f20f20d3fd93306aca2c14e9938 (diff)
downloadaur-0d2913056aaf3dbf7431e57b7b08b55568ba076c.tar.gz
fix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--system-makedeps.patch2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9386d712022d..c5f6c6eb7e1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = llpp
pkgdesc = opengl accelerated pdf viewer based on mupdf
- pkgver = 40
- pkgrel = 2
+ pkgver = 41
+ pkgrel = 1
url = https://github.com/criticic/llpp
arch = x86_64
license = GPL3
@@ -23,7 +23,7 @@ pkgbase = llpp
optdepends = librsvg: for llppac svg conversion
optdepends = unoconv: for llppac office conversion
options = !strip
- source = git+https://github.com/criticic/llpp#tag=v40
+ source = git+https://github.com/criticic/llpp#tag=v41
source = system-makedeps.patch
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d8bafe335492..58233fcca72b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: earnestly
pkgname=llpp
-pkgver=40
-pkgrel=2
+pkgver=41
+pkgrel=1
pkgdesc='opengl accelerated pdf viewer based on mupdf'
arch=('x86_64')
url=https://github.com/criticic/llpp
diff --git a/system-makedeps.patch b/system-makedeps.patch
index c6eacbb534b5..2940a00ab280 100644
--- a/system-makedeps.patch
+++ b/system-makedeps.patch
@@ -28,7 +28,7 @@ index 9f72c04..6462b11 100755
lablGL/*.o) f="-g -Wno-pointer-sign -Werror -O2";;
link.o)
- f="-g -std=c11 $muinc -Wall -Werror -Wextra -pedantic "
-+ f="$CFLAGS -g -std=c11 $(pkg-config --cflags "${mudeps[@]}") -Wall -Wextra -pedantic "
++ f="$CFLAGS -g -std=c11 $(pkg-config --cflags "${mudeps[@]}") -Wall -Werror -Wextra -pedantic "
test "${mbt-}" = "debug" || f+="-O2 "
$darwin && f+="-DMACOS -D_GNU_SOURCE -DGL_H='<OpenGL/gl.h>'" \
|| f+="-D_POSIX_C_SOURCE -DGL_H='<GL/gl.h>'"