summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGaetan Bisson2023-02-11 11:07:58 -1000
committerGaetan Bisson2023-02-11 11:07:58 -1000
commit12b5a8f779218f318dfa10fdbc01ac7b51d4d02a (patch)
tree363e3f3f85ce26a75286d84a0e3d2709617960b8 /PKGBUILD
parentfdd53105db8352f066d369158154e34bf4519911 (diff)
downloadaur-12b5a8f779218f318dfa10fdbc01ac7b51d4d02a.tar.gz
remove obsolete fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ea2b9372960..740f02068a4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mupdf-git
_pkgname=mupdf
-pkgver=20230207.1ca88ef11
+pkgver=20230210.4ea8f996e
pkgrel=1
pkgdesc='Lightweight PDF, XPS, and E-book viewer'
arch=('x86_64' 'armv7h' 'aarch64')
@@ -16,13 +16,11 @@ source=('git://git.ghostscript.com/mupdf.git'
'git://git.ghostscript.com/thirdparty-extract.git'
'git://git.ghostscript.com/thirdparty-freeglut.git'
'git://git.ghostscript.com/thirdparty-lcms2.git#branch=lcms2mt'
- 'output-jpeg.patch'
'desktop')
sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'bf9b2349d4adda7118bc32005ade1d52c545dba980765443f2aeba198c2f85df'
'3240d4ebda002cb2c4f42cd42793c6160f1701d349d0acb797819dfd10d4fedd')
conflicts=("${_pkgname}"{,-gl,-tools})
@@ -35,7 +33,6 @@ pkgver() {
prepare() {
cd "${srcdir}/${_pkgname}"
- patch -p1 -i ../output-jpeg.patch source/fitz/output-jpeg.c
for lib in extract freeglut lcms2; do
rm -fr thirdparty/$lib
cp -a ../thirdparty-$lib thirdparty/$lib